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