forked from External/mage
Refactor effects which disable the "legend rule" (#9662)
This commit is contained in:
parent
1fece87819
commit
3ed26a2b1f
15 changed files with 243 additions and 211 deletions
|
|
@ -222,6 +222,10 @@ public interface Permanent extends Card, Controllable {
|
|||
|
||||
boolean canLoyaltyBeUsed(Game game);
|
||||
|
||||
void setLegendRuleApplies(boolean legendRuleApplies);
|
||||
|
||||
boolean legendRuleApplies();
|
||||
|
||||
void resetControl();
|
||||
|
||||
boolean changeControllerId(UUID controllerId, Game game, Ability source);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue