- 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
21 lines
353 B
Plaintext
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] |