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:
@@ -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]
|
||||
Reference in New Issue
Block a user