mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 04:12:14 -08:00
[DMC] various text fixes
This commit is contained in:
parent
53f76c2403
commit
95b2817ac8
10 changed files with 44 additions and 114 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue