forked from External/mage
added cost adjustment framework
This commit is contained in:
parent
57470be67f
commit
9d9c7b0242
4 changed files with 66 additions and 34 deletions
|
|
@ -327,9 +327,11 @@ public abstract class CardImpl extends MageObjectImpl implements Card {
|
|||
return spellAbility;
|
||||
}
|
||||
|
||||
// @Override
|
||||
// public void adjustCosts(Ability ability, Game game) {
|
||||
// }
|
||||
@Override
|
||||
public void adjustCosts(Ability ability, Game game) {
|
||||
ability.adjustCosts(game);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void adjustTargets(Ability ability, Game game) {
|
||||
ability.adjustTargets(game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue