mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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);
|
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);
|
||||||
|
|
Loading…
Reference in a new issue