Psyringe - relocated some more currently unused test scripts. Fixed a syntax error in script "ebony_horse.txt" - the command is "endinterruptin", not "endofinterruption". The latter didn't do any harm in this script, but we're encouraging people to look at existing scripts for inspiration, so we should make sure that they only use correct syntax. :) Also "fixed" alphabetic order of tests in _tests.txt (very minor thing, but it helped me discover that one test was unnecessarily run twice - I probably introduced this duplication myself).

This commit is contained in:
Psyyringe
2009-11-14 13:19:00 +00:00
parent aa2121e4fa
commit 0d4a767303
7 changed files with 10 additions and 11 deletions
@@ -0,0 +1,21 @@
#comes into play, destroy target artifact
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Viridian Shaman
manapool:{2}{G}
[PLAYER2]
inplay:Bottle Gnomes
[DO]
Viridian Shaman
Bottle Gnomes
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Viridian Shaman
manapool:{0}
life:20
[PLAYER2]
graveyard:Bottle Gnomes
life:20
[END]