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
This commit is contained in:
@@ -105,6 +105,7 @@ persuasion.txt
|
||||
plague_rats.txt
|
||||
protomatter_powder.txt
|
||||
pyroclasm.txt
|
||||
recover.txt
|
||||
resurrection.txt
|
||||
rootwalla.txt
|
||||
royal_assassin.txt
|
||||
|
||||
20
projects/mtg/bin/Res/test/recover.txt
Normal file
20
projects/mtg/bin/Res/test/recover.txt
Normal 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]
|
||||
Reference in New Issue
Block a user