1
This commit is contained in:
parent
ff6d93dfa3
commit
ce91497c03
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user