From b0a1e670ba6645beca78d047faf914e15fe48ed5 Mon Sep 17 00:00:00 2001 From: "anthonycalosa@gmail.com" Date: Mon, 20 May 2013 16:54:14 +0000 Subject: [PATCH] fix Overload. --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 290a9c47b..124f6afdf 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -61692,10 +61692,10 @@ type=Enchantment [/card] [card] name=Overload -target=creature +target=artifact kicker={2} -auto=kicker teach(creature[manacost<=5]) destroy -auto=teach(creature[manacost<=2]) destroy +auto=kicker teach(artifact[manacost<=5]) destroy +auto=teach(artifact[manacost<=2]) destroy text=Kicker {2} (You may pay an additional {2} as you cast this spell.) -- Destroy target artifact if its converted mana cost is 2 or less. If Overload was kicked, destroy that artifact if its converted mana cost is 5 or less instead. mana={R} type=Instant