mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
* Prossh, Skyraider of Kher - Fixed that the tokens were not created if the spell was countered.
This commit is contained in:
parent
026aafd95a
commit
9fdfcc32e0
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ public class ManaSpentToCastCount implements DynamicValue{
|
|||
if (!game.getStack().isEmpty()) {
|
||||
for (StackObject stackObject : game.getStack()) {
|
||||
if (stackObject instanceof Spell && ((Spell)stackObject).getSourceId().equals(source.getSourceId())) {
|
||||
return ((Spell)stackObject).getSpellAbility().getManaCostsToPay().convertedManaCost();
|
||||
return ((Spell)stackObject).getConvertedManaCost();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue