Psyringe - Fix for Ekundu Cyclpos, as suggested by Dr. Solomat (thanks!). This fixes issue 218. Test Scripts added to ensure that the card keeps working correctly in the future.

This commit is contained in:
Psyyringe
2009-11-26 05:38:49 +00:00
parent d0e5f3c24c
commit 89e894da75
4 changed files with 46 additions and 1 deletions
@@ -0,0 +1,21 @@
#NAME: Ekundu Cyclops 2
#DESC: Verifies that Ekundu Cyclops
#DESC: doesn't already attack when
#DESC: another creature of its controller
#DESC: is merely present
[INIT]
combatattackers
[PLAYER1]
inplay:Ekundu Cyclops,Grizzly Bears
[PLAYER2]
[DO]
next
next
next
[ASSERT]
endofturn
[PLAYER1]
inplay:Ekundu Cyclops,Grizzly Bears
[PLAYER2]
life:20
[END]