From a5cd5b25d9d3c63b91d137e673dbfa49f55025fe Mon Sep 17 00:00:00 2001 From: moomarc Date: Mon, 6 Aug 2012 20:40:52 +0000 Subject: [PATCH] - Fix: Disciple of Bolas wasn't clearing remembered list --- res/cardsfolder/d/disciple_of_bolas.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/cardsfolder/d/disciple_of_bolas.txt b/res/cardsfolder/d/disciple_of_bolas.txt index d44ccacaa84..68dd972f3ce 100644 --- a/res/cardsfolder/d/disciple_of_bolas.txt +++ b/res/cardsfolder/d/disciple_of_bolas.txt @@ -6,7 +6,8 @@ PT:2/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice another creature. You gain X life and draw X cards, where X is that creature's power. SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | Amount$ 1 | SacValid$ Creature.Other | RememberSacrificed$ True | Mandatory$ True | SubAbility$ GainLife SVar:GainLife:DB$ GainLife | Cost$ 0 | LifeAmount$ X | References$ X | SubAbility$ DBDraw -SVar:DBDraw:DB$ Draw | NumCards$ X | References$ X +SVar:DBDraw:DB$ Draw | NumCards$ X | References$ X | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:RememberedLKI$CardPower SVar:NeedsToPlay:Creature.YouCtrl SVar:RemAIDeck:True