This commit is contained in:
aozhiwei 2020-07-31 18:48:02 +08:00
parent b49d3ac23c
commit 5da88825d1

View File

@ -1249,6 +1249,9 @@ bool Human::HasNoDownedTeammate()
bool Human::CanUseSkill()
{
if (!room->BattleStarted()) {
return false;
}
if (downed) {
return false;
}