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:
Neil Gentleman 2016-07-15 22:17:13 -07:00
parent 296e0a9a49
commit 813c8cdd8a
79 changed files with 142 additions and 148 deletions

View file

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