forked from External/mage
Reverted making Menace a MageSingleton.
This commit is contained in:
parent
5d32e21ea0
commit
53324c0f4d
97 changed files with 107 additions and 114 deletions
|
|
@ -45,6 +45,6 @@ public class PirateToken extends Token {
|
|||
subtype.add(SubType.PIRATE);
|
||||
power = new MageInt(2);
|
||||
toughness = new MageInt(2);
|
||||
addAbility(MenaceAbility.getInstance());
|
||||
addAbility(new MenaceAbility());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue