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

View File

@@ -0,0 +1,20 @@
#NAME: Iron Will
#DESC: Bug: If a non-permanent with cycling
#DESC: is cast, and its cycling cost could
#DESC: be paid as well, then trying to cast
#DESC: results in a "Cancel" menu popping up,
#DESC: casting the spell is not possible.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=270
[INIT]
firstmain
[PLAYER1]
inplay:Suntail Hawk
hand:Iron Will
library:Plains
manapool:{W}{W}
[PLAYER2]
[DO]
Iron Will
choice 0
Suntail Hawk
human