Psyringe - Added Goblin Lackey (USG) and 4 scripts to test its functionality. Also improved the test script for the Spirit Link bug (issue 173) a bit.

This commit is contained in:
Psyyringe
2009-11-27 07:09:06 +00:00
parent 0e49fde01a
commit 2817925f0d
8 changed files with 119 additions and 19 deletions
@@ -0,0 +1,25 @@
#NAME: Goblin Lackey 2
#DESC: Verifies that Goblin Lackey can
#DESC: *not* put a non-permanent goblin
#DESC: card into play (tested with Tarfire,
#DESC: a Goblin Tribal Instant).
[INIT]
combatattackers
[PLAYER1]
inplay:Goblin Lackey
hand:Tarfire
[PLAYER2]
[DO]
Goblin Lackey
next
next
choice 0
Tarfire
[ASSERT]
combatdamage
[PLAYER1]
inplay:Goblin Lackey
hand:Tarfire
[PLAYER2]
life:19
[END]