more text fixes

This commit is contained in:
xenohedron 2024-01-27 20:40:10 -05:00
parent 2f05346434
commit 78e1e90356
7 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@ import mage.constants.Zone;
public final class VoiceOfResurgenceToken extends TokenImpl {
public VoiceOfResurgenceToken() {
super("Elemental Token", "green and white Elemental creature token with \"This creature's power and toughness are each equal to the number of creatures you control.");
super("Elemental Token", "green and white Elemental creature token with \"This creature's power and toughness are each equal to the number of creatures you control.\"");
cardType.add(CardType.CREATURE);
color.setGreen(true);
color.setWhite(true);