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
+2 -1
View File
@@ -232,7 +232,8 @@ toughness=1
text=Destroy target nonblack creature. It can't be regenerated.
id=3284
name=Dark Banishing
auto=bury target(creature[-black])
target=creature[-black]
auto=bury
rarity=C
mana={2}{B}
type=Instant
+1
View File
@@ -118,6 +118,7 @@ creature_bond.txt
crimson_kobolds.txt
crumble.txt
crystal_rod_i172.txt
dark_banishing.txt
dauntless_escort.txt
dauthi_embrace.txt
death_ward.txt
@@ -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]