- CheckStyle.

This commit is contained in:
Chris
2012-11-14 17:16:38 +00:00
parent b930d7dd66
commit 13c441cfd9

View File

@@ -20,7 +20,7 @@ import forge.game.player.Player;
import forge.game.zone.ZoneType;
public class MustBlockAi extends SpellAiLogic {
@Override
protected boolean canPlayAI(Player aiPlayer, SpellAbility sa) {
// disabled for the AI until he/she can make decisions about who to make
@@ -99,4 +99,4 @@ public class MustBlockAi extends SpellAiLogic {
return chance;
}
}
}