Files
wagic/projects/mtg/bin/Res/test/spitting_image.txt
pankdm 11f541a627 Fixed:
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
2013-09-23 19:40:12 +00:00

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]