Psyringe - fix for issue 217. Curiosity now works correctly by means of the new mytgt keyword. Test scripts which check the behavior of Curiosity when cast an one's own creature, and when cast on an opponent's creature, have been added.

This commit is contained in:
Psyyringe
2009-11-26 07:16:17 +00:00
parent 89e894da75
commit 2175359378
4 changed files with 71 additions and 1 deletions
@@ -0,0 +1,38 @@
#NAME: Curiosity 2
#DESC: Tests whether Curiosity works correctly
#DESC: when cast on an opponent's creature
#DESC: http://code.google.com/p/wagic/issues/detail?id=217
[INIT]
firstmain
[PLAYER1]
hand:Curiosity
library:Island
manapool:{U}
[PLAYER2]
inplay:Craw Wurm
library:Forest,Plains
[DO]
Curiosity
Craw Wurm
eot
next
next
next
next
next
Craw Wurm
next
next
choice 0
next
[ASSERT]
combatend
[PLAYER1]
inplay:Curiosity
hand:Island
life:14
[PLAYER2]
inplay:Craw Wurm
hand:Plains
library:Forest
[END]