Files
wagic/projects/mtg/bin/Res/test/animated_legendaries2_i221.txt
wagic.the.homebrew@gmail.com 5020d41023 Erwan
-fix issue 221 (legendaries+animate dead)
2009-12-03 14:04:05 +00:00

24 lines
543 B
Plaintext

#NAME: Animated Legendaries 2
#DESC: Legendary creatures with "Animate Dead" cast
#DESC: on them don't get buried ny the Legendary rule.
#DESC: The script animates a legend, afterwards the
#DESC: *same* player plays the same legend.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=221
[INIT]
firstmain
[PLAYER1]
graveyard:106426
hand:39932,Animate Dead
manapool:{B}{B}{U}{U}{U}{U}{U}{U}
[PLAYER2]
[DO]
Animate Dead
106426
39932
[ASSERT]
firstmain
[PLAYER1]
graveyard:Animate Dead,39932,106426
[PLAYER2]
[END]