forked from External/mage
...
This commit is contained in:
parent
805f20264e
commit
69e219c7c6
107 changed files with 3238 additions and 616 deletions
|
|
@ -83,6 +83,9 @@ public class StackAbility implements StackObject, Ability {
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void reset(Game game) { }
|
||||
|
||||
@Override
|
||||
public void counter(Game game) {
|
||||
|
||||
|
|
@ -176,14 +179,6 @@ public class StackAbility implements StackObject, Ability {
|
|||
return ability.getRule();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isEnabled() {
|
||||
return ability.isEnabled();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setEnabled(boolean enabled) {}
|
||||
|
||||
@Override
|
||||
public void setControllerId(UUID controllerId) {
|
||||
this.controllerId = controllerId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue