mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Voice Of Resurgence - fixed token
This commit is contained in:
parent
e9a16606dc
commit
47ee0f7f5a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import java.util.Arrays;
|
|||
public final class VoiceOfResurgenceToken extends TokenImpl {
|
||||
|
||||
public VoiceOfResurgenceToken() {
|
||||
super("Elemental Token", "X/X green and white Elemental creature with 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.");
|
||||
setOriginalExpansionSetCode("DGM");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setGreen(true);
|
||||
|
|
Loading…
Reference in a new issue