* Fixed a bug that the AI did for target selection not check correctly players with hexproof ability.

This commit is contained in:
LevelX2 2015-05-02 09:47:38 +02:00
parent 503dad24b3
commit 8686f4f777
10 changed files with 48 additions and 29 deletions

View file

@ -51,7 +51,6 @@ public class SublimeArchangel extends CardImpl {
this.expansionSetCode = "M13";
this.subtype.add("Angel");
this.color.setWhite(true);
this.power = new MageInt(4);
this.toughness = new MageInt(3);