Added the possibility to adjust Choices before using the choices in activated abilities

This commit is contained in:
LevelX2 2012-09-24 07:53:42 +02:00
parent b64e1658e9
commit 4ec874f8c7
6 changed files with 18 additions and 1 deletions

View file

@ -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) {}