mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Tiny Leader - changed subtype to no subtype.
This commit is contained in:
parent
aad8edd8cc
commit
0f61d2981b
1 changed files with 0 additions and 2 deletions
|
@ -162,8 +162,6 @@ class DefaultCommander extends CardImpl {
|
|||
super(ownerId, 999, commanderName, Rarity.RARE, new CardType[]{CardType.CREATURE}, manaString);
|
||||
this.expansionSetCode = "";
|
||||
this.supertype.add("Legendary");
|
||||
//this.subtype.add("Human");
|
||||
this.subtype.add("Soldier");
|
||||
|
||||
if (manaString.contains("{G}")) {
|
||||
this.color.setGreen(true);
|
||||
|
|
Loading…
Reference in a new issue