This commit is contained in:
aozhiwei 2023-09-01 10:33:02 +08:00
parent 46ebaa8dec
commit e4431b959a

View File

@ -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;
}