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.)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user