-Fixed bug with fountain of youth
-New alternate format for decks
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-02 12:50:18 +00:00
parent 3e1bcbfd22
commit 5952b382a2
13 changed files with 132 additions and 56 deletions
@@ -0,0 +1,17 @@
#Testing Does fountain of youth give +1 life ?
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:fountain of youth
manapool:{2}
[PLAYER2]
[DO]
fountain of youth
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:fountain of youth
manapool:{0}
life:21
[PLAYER2]
[END]