Added several other card tests.

This commit is contained in:
solo81@web.de
2010-05-08 23:11:42 +00:00
parent f0896a29d9
commit dc8c492137
7 changed files with 138 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#Testing Rancor
#When Rancor is put into a graveyard from the battlefield, return Rancor to its owner's hand.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Llanowar Elves
hand:Rancor,Shock
manapool:{G}{R}
[PLAYER2]
[DO]
Rancor
Llanowar Elves
Shock
Llanowar Elves
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Llanowar Elves,Shock
hand:Rancor
manapool:{0}
[END]