mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fix additional costs with Flashback.
This commit is contained in:
parent
a2c56d821c
commit
9e4442547d
2 changed files with 20 additions and 2 deletions
|
|
@ -197,7 +197,6 @@ class FlashbackEffect extends OneShotEffect {
|
|||
spellAbility.getManaCostsToPay().clear();
|
||||
spellAbility.getManaCostsToPay().addAll(source.getManaCostsToPay());
|
||||
// needed to get e.g. paid costs from Conflagrate
|
||||
spellAbility.getCosts().clear();
|
||||
for (Cost cost : source.getCosts()) {
|
||||
if (!(cost instanceof VariableCost)) {
|
||||
spellAbility.getCosts().add(cost);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue