Psyringe - fixed Dark Banishing (MIR). The bug has been reported before, but it only occurred on the MIR version of the card, which is the reason why it eluded us so far (the ICE and TMP versions work correctly).

This commit is contained in:
Psyyringe
2009-11-26 00:21:09 +00:00
parent 22875def74
commit 15ce94ceaf
3 changed files with 23 additions and 1 deletions
@@ -0,0 +1,20 @@
#NAME: Dark Banishing
#DESC: Bug: Dark Banishing (MIR) goes directly
#DESC: to the graveyard, you cannot choose a
#DESC: target.
[INIT]
firstmain
[PLAYER1]
inplay:Grizzly Bears
hand:3284
manapool:{B}{B}{B}
[PLAYER2]
[DO]
3284
Grizzly Bears
[ASSERT]
firstmain
[PLAYER1]
graveyard:3284,Grizzly Bears
[PLAYER2]
[END]