Edge of autumn Mirrorworks Clone of the card now have the same image as original Issue with cloning and trigger "nontoken * enters" Blitzkrig rules Hermit druid rules
23 lines
444 B
Plaintext
23 lines
444 B
Plaintext
# Checking that casting spitting image doesnot trigger
|
|
# "when nontoken creatures enters battlefield" effects
|
|
# as there was issue about it
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
manapool:{4}{U}{U}
|
|
inplay:grizzly bears,Genesis Chamber
|
|
hand:Spitting Image
|
|
library:mountain
|
|
[PLAYER2]
|
|
[DO]
|
|
Spitting Image
|
|
grizzly bears
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
manapool{0}
|
|
inplay:grizzly bears,Genesis Chamber,grizzly bears
|
|
library:mountain
|
|
graveyard:Spitting Image
|
|
[END]
|