[AER] various text fixes

This commit is contained in:
Evan Kranzler 2022-02-19 22:21:02 -05:00
parent 6d02a902b7
commit 014a4b6941
48 changed files with 205 additions and 236 deletions

View file

@ -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);