Files
wagic/projects/mtg/bin/Res/test/ray_of_command_i176.txt
wagic.the.homebrew@gmail.com 5781060d83 Erwan
- fix issue 179 (@movedTo battlefield triggers when a creature changes controller)
- fix issue 176 (Ray of Command)
2009-11-14 08:28:29 +00:00

38 lines
688 B
Plaintext

#NAME: Ray of Command in opponent's turn
#DESC: Bug report: Ray of command is unable
#DESC: to take control of a creature if cast
#DESC: in the opponent's turn.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=176
[INIT]
firstmain
[PLAYER1]
inplay:Boa Constrictor
hand:Lightning Elemental
manapool:{R}{R}{R}{R}
[PLAYER2]
hand:Ray of Command
manapool:{U}{U}{U}{U}
[DO]
Boa Constrictor
Lightning Elemental
no
yes
Ray of Command
Boa Constrictor
endinterruption
next
next
Lightning Elemental
next
Boa Constrictor
choice 0
eot
[ASSERT]
untap
[PLAYER1]
inplay:Boa Constrictor
graveyard:Lightning Elemental
[PLAYER2]
graveyard:Ray of Command
[END]