forked from External/mage
Ability refactor: new code to remove abilities from permanent;
This commit is contained in:
parent
3634e87e8e
commit
978118148b
24 changed files with 131 additions and 111 deletions
|
|
@ -522,4 +522,11 @@ public interface Ability extends Controllable, Serializable {
|
|||
Ability addCustomOutcome(Outcome customOutcome);
|
||||
|
||||
Outcome getCustomOutcome();
|
||||
|
||||
/**
|
||||
* For mtg's instances search, see rules example in 112.10b
|
||||
* @param ability
|
||||
* @return
|
||||
*/
|
||||
boolean isSameInstance(Ability ability);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue