Added missing change of Flashback - cost modification fix.

This commit is contained in:
LevelX2 2014-05-30 15:03:06 +02:00
parent c269e54c07
commit 95b9507c0c

View file

@ -419,6 +419,11 @@ public class StackAbility implements StackObject, Ability {
public String getGameLogMessage(Game game) {
throw new UnsupportedOperationException("Not supported."); //To change body of generated methods, choose Tools | Templates.
}
@Override
public void setCostModificationActive(boolean active) {
throw new UnsupportedOperationException("Not supported. Only neede for flashbacked spells");
}
}