- fixed a bug with bottle gnomes (would give life to opponent even if you steal control)
- huge update for abilities life,draw,damage,deplete,discard in the parser. This breaks some cards (so we need to fix them) but allows more flexibility in the future. See my post on the forum
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-25 14:57:27 +00:00
parent bfccf6d55a
commit 76d386be06
8 changed files with 147 additions and 56 deletions
+1
View File
@@ -45,6 +45,7 @@ blessed_wine.txt
#blinking_spirit.txt
bloodfire_colossus.txt
bottle_gnomes.txt
bottle_gnomes2.txt
boggart_arsonists.txt
brass_man.txt
castle.txt
@@ -0,0 +1,21 @@
#Bug: Bug: taking control of bottle gnomes, then sacrificing them: opponent gets life
[INIT]
FIRSTMAIN
[PLAYER1]
hand:persuasion
manapool:{3}{U}{U}
[PLAYER2]
inplay:bottle gnomes
[DO]
persuasion
bottle gnomes
bottle gnomes
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:persuasion
manapool:{0}
life:23
[PLAYER2]
graveyard:bottle gnomes
[END]