To bring in line with the use of modifying manaCostsToPay instead of the manaCosts.

This commit is contained in:
maurer.it 2011-01-17 23:10:58 -05:00
parent 0464dcdac2
commit 2c90429867
4 changed files with 8 additions and 2 deletions

View file

@ -250,6 +250,11 @@ public class StackAbility implements StackObject, Ability {
return ability.getManaCosts();
}
@Override
public ManaCosts<ManaCost> getManaCostsToPay ( ) {
return ability.getManaCostsToPay();
}
@Override
public void addManaCost(ManaCost cost) { }