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()) {
|
if (target->IsInvincible()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
if (target->HasBuffEffect(kBET_Hide)) {
|
if (target->HasBuffEffect(kBET_Hide)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
if (target->HasBuffEffect(kBET_Driver)) {
|
if (target->HasBuffEffect(kBET_Driver)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user