From 0f9d8069ca34cf937cd1ed5be9c270faea4cae38 Mon Sep 17 00:00:00 2001 From: slapshot5 Date: Sun, 6 Nov 2011 17:18:20 +0000 Subject: [PATCH] fix Bottled Cloister to only exile cards from one hand. --- res/cardsfolder/b/bottled_cloister.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/cardsfolder/b/bottled_cloister.txt b/res/cardsfolder/b/bottled_cloister.txt index b3bfb7ac0d3..4e78ecaf583 100644 --- a/res/cardsfolder/b/bottled_cloister.txt +++ b/res/cardsfolder/b/bottled_cloister.txt @@ -2,9 +2,9 @@ Name:Bottled Cloister ManaCost:4 Types:Artifact Text:no text -T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Execute$ TrigExile | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each opponent's upkeep, exile all cards from your hand face down. At the beginning of your upkeep, return all cards you own exiled with CARDNAME to your hand, then draw a card. -SVar:TrigExile:AB$ ChangeZoneAll | Cost$ 0 | Origin$ Hand | Destination$ Exile | ExileFaceDown$ True | ChangeType$ Card | RememberChanged$ True -T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigReturn | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ At the beginning of each opponent's upkeep, exile all cards from your hand face down. At the beginning of your upkeep, return all cards you own exiled with CARDNAME to your hand, then draw a card. +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Execute$ TrigExile | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each opponent's upkeep, exile all cards from your hand face down. +SVar:TrigExile:AB$ ChangeZoneAll | Cost$ 0 | Origin$ Hand | Destination$ Exile | ExileFaceDown$ True | ChangeType$ Card.YouCtrl | RememberChanged$ True +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigReturn | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, return all cards you own exiled with CARDNAME to your hand, then draw a card. SVar:TrigReturn:AB$ ChangeZoneAll | Cost$ 0 | Origin$ Exile | Destination$ Hand | ChangeType$ Remembered | SubAbility$ DBDraw SVar:DBDraw:DB$ Draw | NumCards$ 1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True