* 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:
LevelX2 2017-01-13 23:02:21 +01:00
parent 17fbee2400
commit d1af9b0b85

View file

@ -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;
}