Psyringe - added test scripts for issues i176 - i182. Again added some more scripts that were written to verify bug reports (but where the card behaved correctly).

This commit is contained in:
Psyyringe
2009-11-12 17:29:00 +00:00
parent ce0051e545
commit d7f4cb66ad
12 changed files with 389 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
#NAME: Ray of Command
#DESC: Tests whether Ray of Command can
#DESC: take control of an enemy creature,
#DESC: use it to attack, and return it to
#DESC: its controller at and of turn.
[INIT]
combatattackers
[PLAYER1]
hand:Ray of Command
manapool:{U}{U}{U}{U}
[PLAYER2]
inplay:Grizzly Bears
[DO]
Ray of Command
Grizzly Bears
Grizzly Bears
eot
[ASSERT]
untap
[PLAYER1]
graveyard:Ray of Command
[PLAYER2]
inplay:Grizzly Bears
life:18
[END]