various text fixes

This commit is contained in:
theelk801 2025-06-13 13:44:33 -04:00
parent 60c8d7254b
commit 58b5bb76f9
107 changed files with 173 additions and 187 deletions

View file

@ -12,7 +12,7 @@ import mage.constants.SubType;
public final class QueenMarchesaAssassinToken extends TokenImpl {
public QueenMarchesaAssassinToken() {
super("Assassin Token", "1/1 black Assassin creature tokens with deathtouch and haste");
super("Assassin Token", "1/1 black Assassin creature token with deathtouch and haste");
cardType.add(CardType.CREATURE);
color.setBlack(true);
subtype.add(SubType.ASSASSIN);

View file

@ -10,7 +10,7 @@ import mage.constants.SubType;
public final class SandWarriorToken extends TokenImpl {
public SandWarriorToken() {
super("Sand Warrior Token", "1/1 red, green, and white Sand Warrior creature tokens");
super("Sand Warrior Token", "1/1 red, green, and white Sand Warrior creature token");
cardType.add(CardType.CREATURE);
color.setRed(true);
color.setGreen(true);