From 021bfc9321fae51330ca5ab191e7a2c151d01ee5 Mon Sep 17 00:00:00 2001 From: Sloth Date: Sat, 10 Nov 2012 12:31:18 +0000 Subject: [PATCH] - Circle of Protection: Artifacts will no longer create a useless effect when no source is chosen. --- res/cardsfolder/c/circle_of_protection_artifacts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/cardsfolder/c/circle_of_protection_artifacts.txt b/res/cardsfolder/c/circle_of_protection_artifacts.txt index a94a0ec77ab..0f1c6d461da 100644 --- a/res/cardsfolder/c/circle_of_protection_artifacts.txt +++ b/res/cardsfolder/c/circle_of_protection_artifacts.txt @@ -3,7 +3,7 @@ ManaCost:1 W Types:Enchantment Text:no text A:AB$ ChooseSource | Cost$ 2 | Choices$ Card.Artifact | RememberChosen$ True | AILogic$ NeedsPrevention | SubAbility$ DBEffect | SVars$ DBEffect,RPreventNextFromSource,ExileEffect | SpellDescription$ The next time an artifact source of your choice would deal damage to you this turn, prevent that damage. -SVar:DBEffect:DB$ Effect | ReplacementEffects$ RPreventNextFromSource | RememberObjects$ Remembered | SVars$ RPreventNextFromSource,ExileEffect | SubAbility$ DBCleanup +SVar:DBEffect:DB$ Effect | ReplacementEffects$ RPreventNextFromSource | RememberObjects$ Remembered | SVars$ RPreventNextFromSource,ExileEffect | SubAbility$ DBCleanup | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 SVar:RPreventNextFromSource:Event$ DamageDone | ValidSource$ Card.IsRemembered | ValidTarget$ You | ReplaceWith$ ExileEffect | PreventionEffect$ True | Description$ The next time the chosen source deals damage to you, prevent that damage. SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True