Psyringe - added some cards with zero activation cost: Blinking Spirit (ICE), Hyalopterous Lemure (ICE), Hopping Automaton (USG), Flowstone Hellion (STH), Viscid Lemures (TSP), Jodah's Avenger (PLC). Added couple of scripts to the test suite to make sure that the creatures work, and keep working.

This commit is contained in:
Psyyringe
2009-11-15 04:55:40 +00:00
parent 203967cb2f
commit 072c3d15d5
15 changed files with 177 additions and 74 deletions

View File

@@ -1,24 +0,0 @@
#Bug:blinking spirit goes directly to graveyard
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:Blinking Spirit
[PLAYER2]
[DO]
Blinking Spirit
choice 0
next
#blockers
next
#damage
next
#combatend
next
Blinking Spirit
[ASSERT]
SECONDMAIN
[PLAYER1]
hand:Blinking Spirit
[PLAYER2]
life:18
[END]