[DMC] various text fixes

This commit is contained in:
Evan Kranzler 2022-09-15 21:28:25 -04:00
parent 53f76c2403
commit 95b2817ac8
10 changed files with 44 additions and 114 deletions

View file

@ -93,7 +93,7 @@ public class ConvokeAbility extends SimpleStaticAbility implements AlternateMana
@Override
public String getRule() {
return "Convoke <i>(Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)</i>";
return "convoke <i>(Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)</i>";
}
@Override

View file

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