* Izzet Staticaster - Fixed wrong subtype Wizzard to Wizard.

This commit is contained in:
LevelX2 2014-10-10 07:58:38 +02:00
parent c96153f544
commit 8c22756d9e

View file

@ -58,7 +58,7 @@ public class IzzetStaticaster extends CardImpl {
super(ownerId, 173, "Izzet Staticaster", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{1}{U}{R}");
this.expansionSetCode = "RTR";
this.subtype.add("Human");
this.subtype.add("Wizzard");
this.subtype.add("Wizard");
this.color.setBlue(true);
this.color.setRed(true);
this.power = new MageInt(0);