From 9abf35fca9c24f0a6ce2508f20d98198ad770c30 Mon Sep 17 00:00:00 2001 From: "solo81@web.de" Date: Wed, 19 Aug 2009 13:13:52 +0000 Subject: [PATCH] Fixed Harpoon Sniper (LRW), Second Thoughts (ODY) and Solemn Offering (M10) --- projects/mtg/bin/Res/sets/LRW/_cards.dat | 2 +- projects/mtg/bin/Res/sets/M10/_cards.dat | 3 ++- projects/mtg/bin/Res/sets/ODY/_cards.dat | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/projects/mtg/bin/Res/sets/LRW/_cards.dat b/projects/mtg/bin/Res/sets/LRW/_cards.dat index 93a5f5abc..c2275c4d9 100644 --- a/projects/mtg/bin/Res/sets/LRW/_cards.dat +++ b/projects/mtg/bin/Res/sets/LRW/_cards.dat @@ -393,7 +393,7 @@ toughness=5 [/card] [card] text={W}, {T}: Harpoon Sniper deals X damage to target attacking or blocking creature, where X is the number of Merfolk you control. -auto={W}{T}:foreach(merfolk|myinplay) damage:1 target(creature[attacking,blocking]) +auto={W}{T}:foreach(merfolk|myinplay) damage:1 target(creature[attacking;blocking]) id=139407 name=Harpoon Sniper rarity=U diff --git a/projects/mtg/bin/Res/sets/M10/_cards.dat b/projects/mtg/bin/Res/sets/M10/_cards.dat index 12ec005d1..0dd608298 100644 --- a/projects/mtg/bin/Res/sets/M10/_cards.dat +++ b/projects/mtg/bin/Res/sets/M10/_cards.dat @@ -1565,12 +1565,13 @@ abilities=flying rarity=C [/card] [card] +text=Destroy target artifact or enchantment. You gain 4 life. id=189875 name=Solemn Offering mana={2}{W} type=Sorcery -text=Destroy target artifact or enchantment. You gain 4 life. target=artifact,enchantment +auto=destroy auto=life:4 rarity=C [/card] diff --git a/projects/mtg/bin/Res/sets/ODY/_cards.dat b/projects/mtg/bin/Res/sets/ODY/_cards.dat index 067baadab..54cc2b588 100644 --- a/projects/mtg/bin/Res/sets/ODY/_cards.dat +++ b/projects/mtg/bin/Res/sets/ODY/_cards.dat @@ -1088,7 +1088,8 @@ text=Remove target attacking creature from the game. Draw a card. id=29706 name=Second Thoughts mana={4}{W} -auto=moveTo(ownerremovedfromgame) target(creature[attacking]) +target=creature[attacking] +auto=moveTo(exile) auto=draw:1 type=Instant rarity=C