mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Izzet Staticaster - Fixed wrong subtype Wizzard to Wizard.
This commit is contained in:
parent
c96153f544
commit
8c22756d9e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue