mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
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…
Reference in a new issue