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
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user