forked from External/mage
[AER] various text fixes
This commit is contained in:
parent
6d02a902b7
commit
014a4b6941
48 changed files with 205 additions and 236 deletions
|
|
@ -16,7 +16,7 @@ import mage.constants.Zone;
|
|||
public final class EtheriumCellToken extends TokenImpl {
|
||||
|
||||
public EtheriumCellToken() {
|
||||
super("Etherium Cell", "colorless artifact token named Etherium Cell which has \"{T}, Sacrifice this artifact: Add one mana of any color.\"");
|
||||
super("Etherium Cell", "colorless artifact token named Etherium Cell with \"{T}, Sacrifice this artifact: Add one mana of any color.\"");
|
||||
this.setOriginalExpansionSetCode("AER");
|
||||
cardType.add(CardType.ARTIFACT);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue