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
This commit is contained in:
pankdm
2013-09-23 19:40:12 +00:00
parent 93ebca3041
commit 11f541a627
8 changed files with 56 additions and 7 deletions
+1
View File
@@ -609,6 +609,7 @@ SPIRITLINK_keyword#1.txt
SPIRITLINK_keyword#2.txt
SPIRITLINK_keyword#3.txt
spitting_earth.txt
spitting_image.txt
spoils_of_evil.txt
spore_frog.txt
stacking_flanking.txt
@@ -0,0 +1,22 @@
# 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]