mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Tormented Hero - Fixed wrong subtype (spelling error of Warrior).
This commit is contained in:
parent
4e3e088ee3
commit
a95083b7d2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue