mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
more text fixes
This commit is contained in:
parent
2f05346434
commit
78e1e90356
7 changed files with 7 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue