JON4TH4N - added more cycling cards, added gempalm avenger and test script, it passed

This commit is contained in:
leungclj
2009-12-13 16:34:38 +00:00
parent d873b573f8
commit 1e503bc86e
6 changed files with 60 additions and 26 deletions
@@ -0,0 +1,31 @@
#Testing Cycling + 2 lord effect + cycling
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Gempalm Avenger
library:forest
inplay:Ondu Cleric
manapool:{2}{W}
[PLAYER2]
inplay:Grizzly Bears
[DO]
choice 1
Gempalm Avenger
next
next
Ondu Cleric
next
Grizzly Bears
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Ondu Cleric
graveyard:Gempalm Avenger
hand:forest
[PLAYER2]
graveyard:Grizzly Bears
[END]