1
This commit is contained in:
parent
b49d3ac23c
commit
5da88825d1
@ -1249,6 +1249,9 @@ bool Human::HasNoDownedTeammate()
|
|||||||
|
|
||||||
bool Human::CanUseSkill()
|
bool Human::CanUseSkill()
|
||||||
{
|
{
|
||||||
|
if (!room->BattleStarted()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if (downed) {
|
if (downed) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user