1
This commit is contained in:
parent
46ebaa8dec
commit
e4431b959a
@ -1220,9 +1220,11 @@ bool Creature::IsProperTarget(Creature* target, bool no_teammate)
|
||||
if (target->IsInvincible()) {
|
||||
return false;
|
||||
}
|
||||
#if 0
|
||||
if (target->HasBuffEffect(kBET_Hide)) {
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
if (target->HasBuffEffect(kBET_Driver)) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user