This commit is contained in:
wagic.the.homebrew
2008-11-02 09:50:16 +00:00
commit d45e3b101b
726 changed files with 179125 additions and 0 deletions
@@ -0,0 +1,26 @@
#Testing That Force of nature does 8 damage if GGGG is not paid
[INIT]
FIRSTMAIN
[PLAYER1]
life:20
inplay:1245
[PLAYER2]
life:20
[DO]
eot
eot
#untap 1
next
#upkeep 1
next
#draw 1
next
#main 1
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:1245
life:12
[PLAYER2]
life:20
[END]