- Fix Tangle Wire not clearing out the chosen cards at the end of its ability

This commit is contained in:
Sol
2015-12-05 17:23:15 +00:00
parent 4fee776106
commit b9c6a84ddd

View File

@@ -3,7 +3,8 @@ ManaCost:3
Types:Artifact
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | TriggerZones$ Battlefield | Execute$ TrigChooseToTap | TriggerDescription$ At the beginning of each player's upkeep, that player taps an untapped artifact, creature, or land he or she controls for each fade counter on CARDNAME.
SVar:TrigChooseToTap:AB$ ChooseCard | Cost$ 0 | Defined$ TriggeredPlayer | Choices$ Artifact.untapped+ActivePlayerCtrl,Creature.untapped+ActivePlayerCtrl,Land.untapped+ActivePlayerCtrl | Amount$ X | References$ X | Mandatory$ True | AILogic$ TangleWire | SubAbility$ DBTap
SVar:DBTap:DB$ Tap | Defined$ ChosenCard
SVar:DBTap:DB$ Tap | Defined$ ChosenCard | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True
SVar:X:Count$CardCounters.FADE
K:Fading:4
SVar:RemRandomDeck:True