1
This commit is contained in:
parent
291398cff4
commit
6519f549f1
@ -1994,9 +1994,11 @@ bool Creature::Attackable(Room* room)
|
||||
if (IsInvincible()) {
|
||||
return false;
|
||||
}
|
||||
#if 0
|
||||
if (HasBuffEffect(kBET_Hide)) {
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
if (HasBuffEffect(kBET_Driver)) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user