forked from External/mage
[VOW] Implemented Lacerate Flesh
This commit is contained in:
parent
8b02badf33
commit
fcc1481679
4 changed files with 85 additions and 9 deletions
|
|
@ -27,6 +27,8 @@ public interface Token extends MageObject {
|
|||
|
||||
void addAbility(Ability ability);
|
||||
|
||||
boolean putOntoBattlefield(int amount, Game game, Ability source);
|
||||
|
||||
boolean putOntoBattlefield(int amount, Game game, Ability source, UUID controllerId);
|
||||
|
||||
boolean putOntoBattlefield(int amount, Game game, Ability source, UUID controllerId, boolean tapped, boolean attacking);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue