forked from External/mage
[MOC] various text fixes
This commit is contained in:
parent
9b7dc33061
commit
c4ebe4ae8b
20 changed files with 67 additions and 65 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue