- Fixed the AI overtargeting cards like Hunt the Weak and Savage Stomp and failing to add the card to stack.

This commit is contained in:
Agetian
2018-01-21 16:38:45 +03:00
parent 6ceb08d41d
commit 4b5a555c1e

View File

@@ -55,6 +55,7 @@ public class FightAi extends SpellAbilityAi {
return true;
}
}
return false; // bail at this point, otherwise the AI will overtarget and waste the activation
}
if (sa.hasParam("TargetsFromDifferentZone")) {