Heirloom Epic and support (#5761)

Co-authored-by: tool4EvEr <tool4EvEr@192.168.0.60>
This commit is contained in:
tool4ever
2024-08-02 09:17:52 +00:00
committed by GitHub
parent 3b29804568
commit 8bc31ee567
2 changed files with 9 additions and 0 deletions

View File

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