This commit is contained in:
aozhiwei 2020-07-31 21:04:09 +08:00
parent 95a619d5b1
commit 3295773d78

View File

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