forked from External/mage
various text fixes
This commit is contained in:
parent
60c8d7254b
commit
58b5bb76f9
107 changed files with 173 additions and 187 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue