From 62e0a789eba36539ab037e3fa90f5eff5d88ba55 Mon Sep 17 00:00:00 2001 From: "wrenczes@gmail.com" Date: Sat, 9 Oct 2010 04:07:31 +0000 Subject: [PATCH] Fix for the Snap card not triggering the 2nd untap. Basically, stole the method from GrimmHatter's post: http://www.wololo.net/forum/viewtopic.php?f=21&t=1430&start=40#p13465 Seems to work from my testing so far. If this is the preferred route, we should probably sweep through & track down all the other cards that use the token counter hack, as that method used to work in 0.12.1 and broke some time after that. (Somebody please sanity check this for me, as this is my first foray in messing with card rules.) --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index eb0fcd2c3..ac4894ddd 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -47913,9 +47913,8 @@ type=Instant [/card] [card] name=Snap's 2nd Untap -auto=counter(0/0,1,Snap) -auto=@movedTo(creature|ownerhand) from(battlefield):thisforeach(counter{0/0.1.Snap}>0) may untap target(land) && counter(0/0,-1,Snap) && counter(0/0,1,Bury) -auto=thisforeach(counter{0/0.1.Bury}>0) bury +auto=@movedTo(this|exile) from(Battlefield):may untap target(land) +auto=moveto(exile) id=-1111137 type=Nothing [/card]