forked from External/mage
AdjustTargets method for dynamic targets
This commit is contained in:
parent
ab9db5a60a
commit
a5d846f970
8 changed files with 72 additions and 13 deletions
|
|
@ -295,6 +295,9 @@ public class StackAbility implements StackObject, Ability {
|
|||
@Override
|
||||
public void adjustCosts(Ability ability, Game game) {}
|
||||
|
||||
@Override
|
||||
public void adjustTargets(Ability ability, Game game) {}
|
||||
|
||||
@Override
|
||||
public Costs<Cost> getOptionalCosts() {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue