-fixed bug with elvish promenade (and various instants/sorceries)
-Fixed bug with some auras that wouldn't go to graveyard in some conditions
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-19 06:42:00 +00:00
parent 9b263eaee1
commit cca8d0f600
9 changed files with 75 additions and 36 deletions
+2 -2
View File
@@ -919,8 +919,8 @@ subtype=Merfolk
power=2
toughness=2
text=Other Merfolk creatures you control get +1/+1. {T}: Target Merfolk creature is unblockable this turn.
auto=lord(merfolk|myBattlefield) 1/1
auto={T}:unblockable target(merfolk)
auto=lord(merfolk|myBattlefield) 1/1 other
auto={T}:unblockable target(merfolk) other
rarity=R
[/card]
[card]
+1 -1
View File
@@ -591,7 +591,7 @@ rarity=R
[/card]
[card]
text=Put a 1/1 green Saproling creature token into play.
auto={G}:token(Saproling,creature saproling, 1/1, green)
auto=token(Saproling,Creature Saproling,1/1,green)
id=122079
name=Sprout
rarity=C
+2
View File
@@ -70,6 +70,7 @@ dragon_fodder.txt
drain_life.txt
drift_of_the_dead.txt
elvish_piper.txt
elvish_promenade.txt
fastbond.txt
flare.txt
fledgling_imp.txt
@@ -132,6 +133,7 @@ siege_gang_commander.txt
shivan_hellkite.txt
shock.txt
slate_of_ancestry.txt
soulblast.txt
sphinx_summoner.txt
spitting_earth.txt
spark_elemental.txt
@@ -0,0 +1,19 @@
#Testing Elvish Promenade
#Put a 1/1 green Elf Warrior creature token onto the battlefield for each Elf you control.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:elvish promenade
inplay:elvish champion,llanowar elves
manapool:{3}{G}
[PLAYER2]
[DO]
elvish promenade
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:elvish promenade
inplay:elvish champion,llanowar elves,*,*
manapool:{0}
[PLAYER2]
[END]
+22
View File
@@ -0,0 +1,22 @@
#Testing Soulblast
[INIT]
FIRSTMAIN
[PLAYER1]
hand:soulblast,Flowstone embrace
inplay:raging goblin,grizzly bears
manapool:{2}{R}{R}{R}{R}{R}{R}
[PLAYER2]
inplay:dragon engine
[DO]
Flowstone embrace
grizzly bears
soulblast
dragon engine
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:soulblast,Flowstone embrace,raging goblin,grizzly bears
manapool:{0}
[PLAYER2]
graveyard:dragon engine
[END]