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

@@ -0,0 +1,28 @@
#NAME: Flowstone Hellion
#DESC: {0}:Flowstone Hellion gets +1/-1 until end of turn.
#DESC: Tests whether effect really ends at end of turn
[INIT]
secondmain
[PLAYER1]
inplay:Flowstone Hellion
[PLAYER2]
inplay:Mountain
hand:Shock
[DO]
Flowstone Hellion
Flowstone Hellion
eot
next
next
next
Mountain
Shock
Flowstone Hellion
[ASSERT]
firstmain
[PLAYER1]
inplay:Flowstone Hellion
[PLAYER2]
inplay:Mountain
graveyard:Shock
[END]