forked from External/mage
CreateTokenEffect already adds the article
don't want to end up with "a a 3/3 colorless Golem" and also fixed fix tapped token rules text, which has changed
This commit is contained in:
parent
296e0a9a49
commit
813c8cdd8a
79 changed files with 142 additions and 148 deletions
|
|
@ -51,7 +51,7 @@ public class GolemToken extends Token {
|
|||
}
|
||||
|
||||
public GolemToken(String setCode) {
|
||||
super("Golem", "a 3/3 colorless Golem artifact creature token");
|
||||
super("Golem", "3/3 colorless Golem artifact creature token");
|
||||
setOriginalExpansionSetCode(setCode);
|
||||
cardType.add(CardType.ARTIFACT);
|
||||
cardType.add(CardType.CREATURE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue