[MOC] various text fixes

This commit is contained in:
theelk801 2023-04-18 18:34:57 -04:00
parent 9b7dc33061
commit c4ebe4ae8b
20 changed files with 67 additions and 65 deletions

View file

@ -15,7 +15,7 @@ import java.util.Arrays;
public final class StoneTrapIdolToken extends TokenImpl {
public StoneTrapIdolToken() {
super("Construct Token", "6/12 colorless Construct artifact creature token with trample");
super("Construct Token", "6/12 colorless Construct artifact creature token with trample");
cardType.add(CardType.CREATURE);
cardType.add(CardType.ARTIFACT);
subtype.add(SubType.CONSTRUCT);