mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Made Elemental token origin set Conflux
This commit is contained in:
parent
fd4c032414
commit
06b61fcba7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class ElementalToken extends Token {
|
|||
power = new MageInt(3);
|
||||
toughness = new MageInt(1);
|
||||
|
||||
this.setOriginalExpansionSetCode("");
|
||||
this.setOriginalExpansionSetCode("CON");
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue