* Tormented Hero - Fixed wrong subtype (spelling error of Warrior).

This commit is contained in:
LevelX2 2014-09-20 08:25:20 +02:00
parent 4e3e088ee3
commit a95083b7d2

View file

@ -49,7 +49,7 @@ public class TormentedHero extends CardImpl {
super(ownerId, 108, "Tormented Hero", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{B}");
this.expansionSetCode = "THS";
this.subtype.add("Human");
this.subtype.add("Warior");
this.subtype.add("Warrior");
this.color.setBlack(true);
this.power = new MageInt(2);