mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
* Fixed a problem of the improvise ability that prevented to pay costs during the resolution of the spell cast using improvise (e.g. Metallic Rebike).
This commit is contained in:
parent
17fbee2400
commit
d1af9b0b85
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ public class Spell extends StackObjImpl implements Card {
|
|||
}
|
||||
}
|
||||
}
|
||||
setDoneActivatingManaAbilities(false); // can be activated again maybe during the resolution of the spell (e.g. Metallic Rebuke)
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue