Made Elemental token origin set Conflux

This commit is contained in:
magenoxx 2014-08-12 13:44:24 +04:00
parent fd4c032414
commit 06b61fcba7

View file

@ -46,7 +46,7 @@ public class ElementalToken extends Token {
power = new MageInt(3);
toughness = new MageInt(1);
this.setOriginalExpansionSetCode("");
this.setOriginalExpansionSetCode("CON");
}
}