Psyringe - added two test scripts for cycling, and a bug demonstartion script for a conflict between cycling and casting instants/sorceries.

This commit is contained in:
Psyyringe
2009-12-27 00:20:42 +00:00
parent 6e13ac53d7
commit 6135774016
4 changed files with 64 additions and 0 deletions
@@ -0,0 +1,23 @@
#NAME:Bloated Toad 2
#DESC:Verifies that the card can be
#DESC:cycled even though the manapool
#DESC:would have been sufficient to
#DESC:cast it as well.
[INIT]
firstmain
[PLAYER1]
hand:Bloated Toad
manapool:{G}{G}{G}
library:Forest
[PLAYER2]
[DO]
Bloated Toad
choice 1
[ASSERT]
firstmain
[PLAYER1]
graveyard:Bloated Toad
hand:Forest
manapool:{G}
[PLAYER2]
[END]