1
This commit is contained in:
parent
5f86fbbf06
commit
f0e2405eb1
@ -1597,7 +1597,8 @@ void Creature::RemoveMoreObstacle(int buff_id, int id, int num)
|
||||
|
||||
bool Creature::IsInvincible()
|
||||
{
|
||||
return HasBuffEffect(kBET_Invincible) ||
|
||||
return
|
||||
HasBuffEffect(kBET_Invincible) ||
|
||||
HasBuffEffect(kBET_AdPlaying) ||
|
||||
HasBuffEffect(kBET_Driver) ||
|
||||
HasBuffEffect(kBET_Passenger)
|
||||
|
Loading…
x
Reference in New Issue
Block a user