forked from External/mage
* Some changes to EnterTheBattlefield events, some other fixes (fixes #2765).
This commit is contained in:
parent
dd810f2678
commit
75cbfdf3b9
24 changed files with 562 additions and 319 deletions
|
|
@ -149,6 +149,8 @@ public interface Permanent extends Card, Controllable {
|
|||
|
||||
void reset(Game game);
|
||||
|
||||
MageObject getBasicMageObject(Game game);
|
||||
|
||||
boolean destroy(UUID sourceId, Game game, boolean noRegen);
|
||||
|
||||
boolean sacrifice(UUID sourceId, Game game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue