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

23 lines
559 B
Plaintext

#NAME: Animated Legendaries 3
#DESC: Legendary creatures with "Animate Dead" cast
#DESC: on them don't get buried ny the Legendary rule.
#DESC: This script just tests whether the same legendary
#DESC: (with different IDs) is correctly affected by
#DESC: the Legendary rule if no Animate Dead is involved.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=221
[INIT]
firstmain
[PLAYER1]
inplay:106426
hand:39932
manapool:{U}{U}{U}{U}{U}{U}
[PLAYER2]
[DO]
39932
[ASSERT]
firstmain
[PLAYER1]
graveyard:39932,106426
[PLAYER2]
[END]