forked from External/mage
Some minor changes to framework and card classes.
This commit is contained in:
parent
0697801cdc
commit
17238bee3e
5 changed files with 21 additions and 20 deletions
|
|
@ -5,6 +5,7 @@ import mage.abilities.dynamicvalue.DynamicValue;
|
|||
import mage.game.Game;
|
||||
|
||||
public class ManacostVariableValue implements DynamicValue {
|
||||
|
||||
@Override
|
||||
public int calculate(Game game, Ability sourceAbility) {
|
||||
return sourceAbility.getManaCostsToPay().getX();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue