- Fix: cards in graveyard had shroud - Fix :shop item "quantity" increased if bought in a booster - Test for Recover -> no problem found, but there's a GUI issue, which will be fixed later
20 lines
328 B
Plaintext
20 lines
328 B
Plaintext
#Bug: Recover leaves a copy of target card in the graveyard
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:recover (INV)
|
|
graveyard:grizzly bears
|
|
library:swamp
|
|
manapool:{2}{B}
|
|
[PLAYER2]
|
|
[DO]
|
|
recover (INV)
|
|
grizzly bears
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
graveyard:recover (INV)
|
|
hand:grizzly bears,swamp
|
|
manapool:{0}
|
|
[PLAYER2]
|
|
[END] |