Psyringe - added 3 test scripts for (non-reproducible) bug reports. Also fixed a stray space after the name of a ZEN card. Due to this space the card would never be found when read in from a deck file, the card name in the deck file could never match the card name in _cards.dat.
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
#NAME: Colossus of Sardia cost-free untap?
|
||||
#DESC: User buf report: Colossus of Sardia
|
||||
#DESC: can be untapped without paying its cost.
|
||||
#DESC: Bug could not be reproduced.
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Colossus of Sardia,Swamp,Mountain,Plains
|
||||
hand:Assassinate
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Colossus of Sardia
|
||||
eot
|
||||
eot
|
||||
# Try to untap CoS cost.free in each following phase:
|
||||
Colossus of Sardia
|
||||
next
|
||||
Colossus of Sardia
|
||||
next
|
||||
Colossus of Sardia
|
||||
next
|
||||
Colossus of Sardia
|
||||
# cast Assassinate on CoS - will only work if it's still tapped
|
||||
Swamp
|
||||
Mountain
|
||||
Plains
|
||||
Assassinate
|
||||
Colossus of Sardia
|
||||
[ASSERT]
|
||||
firstmain
|
||||
[PLAYER1]
|
||||
inplay:Swamp,Mountain,Plains
|
||||
graveyard:Assassinate,Colossus of Sardia
|
||||
[PLAYER2]
|
||||
life:11
|
||||
[END]
|
||||
Reference in New Issue
Block a user