[CON] Remove a duplicate token

This commit is contained in:
Alex W. Jackson 2022-03-07 14:59:01 -05:00
parent 813e1816ea
commit baece6e241
4 changed files with 9 additions and 41 deletions

View file

@ -21,7 +21,7 @@ public final class ElementalTokenWithHaste extends TokenImpl {
toughness = new MageInt(1);
this.addAbility(HasteAbility.getInstance());
availableImageSetCodes = Arrays.asList("C20", "PMEI", "OGW", "SOK", "MRD");
availableImageSetCodes = Arrays.asList("C20", "PMEI", "OGW", "SOK", "MRD", "CON");
}
public ElementalTokenWithHaste(final ElementalTokenWithHaste token) {