forked from External/mage
Menace is now a singleton like other keywords
This commit is contained in:
parent
6cb4299b5a
commit
b83e12f51c
93 changed files with 110 additions and 103 deletions
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue