This commit is contained in:
BetaSteward 2010-06-29 01:08:50 +00:00
parent 805f20264e
commit 69e219c7c6
107 changed files with 3238 additions and 616 deletions

View file

@ -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;