This commit is contained in:
aozhiwei 2021-06-18 15:01:18 +08:00
parent ff6d93dfa3
commit ce91497c03

View File

@ -548,7 +548,7 @@ Creature* AndroidAI::GetTarget()
(
[myself, &target] (Creature* hum, bool& stop)
{
if (target->HasBuffEffect(kBET_Camouflage)) {
if (hum->HasBuffEffect(kBET_Camouflage)) {
return;
}
if (target) {