forked from External/mage
Added the possibility to adjust Choices before using the choices in activated abilities
This commit is contained in:
parent
b64e1658e9
commit
4ec874f8c7
6 changed files with 18 additions and 1 deletions
|
|
@ -294,6 +294,9 @@ public class StackAbility implements StackObject, Ability {
|
|||
this.expansionSetCode = expansionSetCode;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void adjustChoices(Ability ability, Game game) {}
|
||||
|
||||
@Override
|
||||
public void adjustCosts(Ability ability, Game game) {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue