-new trigger: @tapped(...
-Parser now supports X for P/T. WARNING: this does not work for activated abilities. And currently this works only for P/T but will be added progressively to other things
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-27 03:41:28 +00:00
parent f922c21ad2
commit 515c5ef0db
11 changed files with 262 additions and 129 deletions
+18
View File
@@ -0,0 +1,18 @@
#Test: @tapped trigger
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:forest
[PLAYER2]
inplay:lifetap
[DO]
forest
[ASSERT]
FIRSTMAIN
[PLAYER1]
manapool:{G}
inplay:forest
[PLAYER2]
inplay:lifetap
life:21
[END]