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
@@ -0,0 +1,25 @@
#NAME: Hyalopterous Lemure
#DESC: {0}: Hyalopterous Lemure gets -1/0
#DESC: and gains flying until end of turn.
[INIT]
combatattackers
[PLAYER1]
inplay:Air Elemental
[PLAYER2]
inplay:Hyalopterous Lemure
[DO]
Air Elemental
next
Hyalopterous Lemure
choice 1
Hyalopterous Lemure
choice 0
next
next
[ASSERT]
combatend
[PLAYER1]
inplay:Air Elemental
[PLAYER2]
graveyard:Hyalopterous Lemure
[END]