Files
wagic/projects/mtg/bin/Res/test/recover.txt
wagic.the.homebrew@gmail.com 8a467da18f Erwan
- 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
2009-06-11 11:48:02 +00:00

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]