mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Implemented Gyrus, Waker of Corpses
This commit is contained in:
parent
fe65d595ac
commit
76d0baa792
3 changed files with 131 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public class ManaSpentToCastCount implements DynamicValue {
|
|||
}
|
||||
if (spell != null) {
|
||||
// NOT the cmc of the spell on the stack
|
||||
return spell.getSpellAbility().getManaCostsToPay().convertedManaCost() + spell.getSpellAbility().getManaCostsToPay().getX();
|
||||
return spell.getSpellAbility().getManaCostsToPay().convertedManaCost();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue