fixed an error

This commit is contained in:
Evan Kranzler 2021-06-29 20:38:44 -04:00
parent 48c2633eda
commit b5ee72b658

View file

@ -496,6 +496,11 @@ public class StackAbility extends StackObjectImpl implements Ability {
throw new UnsupportedOperationException("Not supported.");
}
@Override
public Ability setFlavorWord(String flavorWord) {
throw new UnsupportedOperationException("Not supported.");
}
@Override
public boolean activateAlternateOrAdditionalCosts(MageObject sourceObject, boolean noMana, Player controller, Game game) {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.