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,19 @@
#NAME:Bloated Toad 1
#DESC:Verifies that the card can be
#DESC:cast correctly after choosing
#DESC:to do so (instead of cycling)
[INIT]
firstmain
[PLAYER1]
hand:Bloated Toad
manapool:{2}{G}
[PLAYER2]
[DO]
Bloated Toad
choice 0
[ASSERT]
firstmain
[PLAYER1]
inplay:Bloated Toad
[PLAYER2]
[END]