mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Heirloom Epic and support (#5761)
Co-authored-by: tool4EvEr <tool4EvEr@192.168.0.60>
This commit is contained in:
@@ -295,6 +295,10 @@ public class CostAdjustment {
|
||||
}
|
||||
} // isSpell
|
||||
|
||||
if (sa.hasParam("TapCreaturesForMana")) {
|
||||
adjustCostByConvokeOrImprovise(cost, sa, false, test);
|
||||
}
|
||||
|
||||
// Reset card state (if changed)
|
||||
if (isStateChangeToFaceDown) {
|
||||
originalCard.setFaceDown(false);
|
||||
|
||||
Reference in New Issue
Block a user