- The AI shouldnt put AddTurn effects on the stack without a legal target

This commit is contained in:
Sol
2016-05-05 21:20:33 +00:00
parent b4e58bc805
commit 30c6a30bd4

View File

@@ -57,6 +57,8 @@ public class AddTurnAi extends SpellAbilityAi {
} else {
return false;
}
} else {
return false;
}
} else {
final List<Player> tgtPlayers = AbilityUtils.getDefinedPlayers(sa.getHostCard(), sa.getParam("Defined"), sa);