forked from External/mage
[MIR] Implement Teferi's Imp (#11326)
This commit is contained in:
parent
69517f998f
commit
5996cfbce2
9 changed files with 186 additions and 4 deletions
|
|
@ -419,6 +419,22 @@ public interface Ability extends Controllable, Serializable {
|
|||
*/
|
||||
void setWorksFaceDown(boolean worksFaceDown);
|
||||
|
||||
/**
|
||||
* Returns true if this ability has to work also with phased out object.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
boolean getWorksPhasedOut();
|
||||
|
||||
/**
|
||||
* Sets the value for the worksPhasedOut flag
|
||||
* <p>
|
||||
* true = the ability works also if the object is phased out
|
||||
*
|
||||
* @param worksPhasedOut
|
||||
*/
|
||||
void setWorksPhasedOut(boolean worksPhasedOut);
|
||||
|
||||
/**
|
||||
* Returns true if this ability's rule is visible on the card tooltip
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue