Menace is now a singleton like other keywords

This commit is contained in:
Evan Kranzler 2017-09-13 15:38:02 -04:00
parent 6cb4299b5a
commit b83e12f51c
93 changed files with 110 additions and 103 deletions

View file

@ -45,6 +45,6 @@ public class PirateToken extends Token {
subtype.add(SubType.PIRATE);
power = new MageInt(2);
toughness = new MageInt(2);
addAbility(new MenaceAbility());
addAbility(MenaceAbility.getInstance());
}
}