Files
wagic/projects/mtg/bin/Res/test/bottle_gnomes2.txt
wagic.the.homebrew@gmail.com 76d386be06 Erwan
- 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
2009-07-25 14:57:27 +00:00

21 lines
353 B
Plaintext

#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]