Voice Of Resurgence - fixed token

This commit is contained in:
Oleg Agafonov 2023-04-12 09:48:28 +04:00
parent e9a16606dc
commit 47ee0f7f5a

View file

@ -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);