forked from External/mage
[SOI] Bound by Moonsilver Implementation
This commit is contained in:
parent
a15f206233
commit
42a7b38cf1
6 changed files with 176 additions and 1 deletions
|
|
@ -249,6 +249,14 @@ public interface Permanent extends Card, Controllable {
|
|||
*/
|
||||
boolean canUseActivatedAbilities(Game game);
|
||||
|
||||
/**
|
||||
* Checks by restriction effects if the permanent can transform
|
||||
*
|
||||
* @param game
|
||||
* @return true - permanent can transform
|
||||
*/
|
||||
boolean canTransform(Game game);
|
||||
|
||||
boolean removeFromCombat(Game game);
|
||||
|
||||
boolean removeFromCombat(Game game, boolean withInfo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue