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
+2
View File
@@ -135,6 +135,8 @@ dromad_purebred.txt
dross_harvester.txt
duskwalker.txt
ebony_horse.txt
ekundu_cyclops1_i218.txt
ekundu_cyclops2_i218.txt
elvish_piper.txt
elvish_promenade.txt
emblem_of_the_warmind.txt
@@ -0,0 +1,22 @@
#NAME: Ekundu Cyclops 1
#DESC: Tests whether Ekundu Cyclops
#DESC: automatically attacks when
#DESC: another creature of its controller
#DESC: is attacking
[INIT]
combatattackers
[PLAYER1]
inplay:Ekundu Cyclops,Grizzly Bears
[PLAYER2]
[DO]
Grizzly Bears
next
next
next
[ASSERT]
combatend
[PLAYER1]
inplay:Ekundu Cyclops,Grizzly Bears
[PLAYER2]
life:15
[END]
@@ -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]