-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
+1 -1
View File
@@ -666,7 +666,7 @@ subtype=Forest
[/card]
[card]
text={2}, {T}: You gain 1 life.
auto={2},{T}:life 1
auto={2},{T}:life:1
id=135273
name=Fountain of Youth
rarity=U
+1
View File
@@ -50,6 +50,7 @@ foratog.txt
force_of_nature.txt
force_of_nature2.txt
force_of_nature3.txt
fountain_of_youth.txt
ghost_warden.txt
giant_growth.txt
giant_growth2.txt
@@ -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]