Psyringe - added test suite scripts for issues i163 to i168.

Also added two scripts that don't demonstrate bugs (apparently the bug reports that I used to write the scripts were either false or outdated). nevertheless it doesn't hurt to have these scripts in the test suite, it prevents us from breaking something for the respective cards in the future and not noticing it.

The script fear_i147.txt has been moved into the "generic" folder and added to the regular test sequence for the same reason.

Also fixed the script generic/tokens.txt. It was referencing The Hive once via name and once via ID. This caused problems when (unofficial) Beta edition _cards.dat was installed.
This commit is contained in:
Psyyringe
2009-11-08 21:34:24 +00:00
parent 62eddef65b
commit ff008059e8
10 changed files with 245 additions and 1 deletions
@@ -0,0 +1,24 @@
#NAME: Kjeldoran Frostbeast
#DESC: Kjeldoran Frostbeast should destroy
#DESC: creatures that block it or are blocked by it.
[INIT]
combatattackers
[PLAYER1]
inplay:Kjeldoran Frostbeast
[PLAYER2]
inplay:Giant Spider
[DO]
Kjeldoran Frostbeast
next
Giant Spider
next
next
next
[ASSERT]
secondmain
[PLAYER1]
inplay:Kjeldoran Frostbeast
[PLAYER2]
inplay:
graveyard:Giant Spider
[END]