- The AI will no longer hold back creatures for blocking when Time Walk will grant another turn.

This commit is contained in:
Sloth
2012-09-27 19:50:43 +00:00
parent 4e039e9ba4
commit b6f42c7a33

View File

@@ -237,6 +237,10 @@ public class ComputerUtilAttack {
final CardList notNeededAsBlockers = new CardList(attackers);
int fixedBlockers = 0;
final CardList vigilantes = new CardList();
//check for time walks
if (Singletons.getModel().getGameState().getPhaseHandler().isNextTurn(AllZone.getComputerPlayer())) {
return attackers;
}
for (final Card c : this.computerList) {
if (c.getName().equals("Masako the Humorless")) {
// "Tapped creatures you control can block as though they were untapped."