- RemAIDeck update: next iteration (the rest of letter A).

This commit is contained in:
Agetian
2017-10-11 05:33:46 +00:00
parent 851c593695
commit 05bfc51a20
25 changed files with 32 additions and 33 deletions

View File

@@ -310,8 +310,9 @@ public class AnimateAi extends SpellAbilityAi {
// if its player turn,
// check if its Permanent or that creature would attack
if (ph.isPlayerTurn(ai)) {
if (!sa.hasParam("Permanent") &&
!ComputerUtilCard.doesSpecifiedCreatureAttackAI(ai, animatedCopy)) {
if (!sa.hasParam("Permanent")
&& !ComputerUtilCard.doesSpecifiedCreatureAttackAI(ai, animatedCopy)
&& !sa.hasParam("UntilHostLeavesPlay")) {
continue;
}
}