forked from External/mage
Added missing change of Flashback - cost modification fix.
This commit is contained in:
parent
c269e54c07
commit
95b9507c0c
1 changed files with 5 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue