24 lines
543 B
Plaintext
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]
|