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

View File

@@ -0,0 +1,5 @@
Name:Heirloom Epic
ManaCost:1
Types:Artifact
A:AB$ Draw | Cost$ 4 T | TapCreaturesForMana$ True | SorcerySpeed$ True | SpellDescription$ Draw a card. For each mana in this ability's activation cost, you may tap an untapped creature you control rather than pay that mana. Activate only as a sorcery.
Oracle:{4}, {T}: Draw a card. For each mana in this ability's activation cost, you may tap an untapped creature you control rather than pay that mana. Activate only as a sorcery.