Files
wagic/projects/mtg/bin/Res
Psyyringe ddb9ce251b Psyringe - Fixed Delusions of Mediocrity (ULG). Solution is inelegant. How useful would a trigger @movedfrom be, or (alternatively) the option to specify zones as "|*" ("anywhere") or as "|-battlefield" ("any zone but the battlefield")? Here's how this card could be coded then:
Now: auto=@movedTo(this|graveyard,library,hand,exile) from(battlefield) ...

Alternatives:
auto=@movedFrom(this|battlefield) ...
auto=@movedTo(this|*) from(battlefield) ...
auto=@movedTo(this|-battlefield) from(battlefield) ...

Suggestions? How many cards would benefit from such an addition?
2009-12-25 22:44:05 +00:00
..
2009-12-17 12:35:16 +00:00
2009-12-22 10:58:55 +00:00
2009-11-29 09:13:15 +00:00
2009-12-16 12:03:20 +00:00
2009-11-12 11:39:47 +00:00
2009-12-23 14:46:16 +00:00