forked from External/mage
To bring in line with the use of modifying manaCostsToPay instead of the manaCosts.
This commit is contained in:
parent
0464dcdac2
commit
2c90429867
4 changed files with 8 additions and 2 deletions
|
|
@ -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) { }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue