* Tiny Leader - changed subtype to no subtype.

This commit is contained in:
LevelX2 2015-03-12 01:13:07 +01:00
parent aad8edd8cc
commit 0f61d2981b

View file

@ -162,8 +162,6 @@ class DefaultCommander extends CardImpl {
super(ownerId, 999, commanderName, Rarity.RARE, new CardType[]{CardType.CREATURE}, manaString); super(ownerId, 999, commanderName, Rarity.RARE, new CardType[]{CardType.CREATURE}, manaString);
this.expansionSetCode = ""; this.expansionSetCode = "";
this.supertype.add("Legendary"); this.supertype.add("Legendary");
//this.subtype.add("Human");
this.subtype.add("Soldier");
if (manaString.contains("{G}")) { if (manaString.contains("{G}")) {
this.color.setGreen(true); this.color.setGreen(true);