1
This commit is contained in:
parent
0c0bc77fa7
commit
60e4996d0b
@ -1545,5 +1545,5 @@ void Creature::SummonHero(const a8::Vec2& pos,
|
||||
bool Creature::FreezeOperate()
|
||||
{
|
||||
Buff* buff = GetBuffByEffectId(kBET_Become);
|
||||
return buff && !buff->FreezeOperate();
|
||||
return buff && buff->FreezeOperate();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user