- 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
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-06-11 11:48:02 +00:00
parent a959cbf926
commit 8a467da18f
5 changed files with 31 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ persuasion.txt
plague_rats.txt
protomatter_powder.txt
pyroclasm.txt
recover.txt
resurrection.txt
rootwalla.txt
royal_assassin.txt

View File

@@ -0,0 +1,20 @@
#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]