Fixed issue531.

This commit is contained in:
solo81@web.de
2010-12-12 16:18:19 +00:00
parent 3cb652087d
commit e5754cbfb4
4 changed files with 58 additions and 2 deletions

View File

@@ -412,6 +412,8 @@ quilled_sliver.txt
rain_of_filth_i206.txt
rain_of_filth_i283.txt
rampant_growth.txt
rancid_earth_with_threshold.txt
rancid_earth_without_threshold.txt
rancor.txt
ray_of_command.txt
ray_of_command_i176.txt

View File

@@ -0,0 +1,25 @@
#Testing Rancid Earth without Treshold.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Rancid Earth
inplay:Raging Goblin
graveyard:Swamp,Swamp,Swamp,Swamp,Swamp,Swamp,Swamp
life:20
manapool:{1}{B}{B}
[PLAYER2]
inplay:Mountain,Lightning Elemental
life:20
[DO]
Rancid Earth
Mountain
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Raging Goblin,Rancid Earth,Swamp,Swamp,Swamp,Swamp,Swamp,Swamp,Swamp
manapool:{0}
life:19
[PLAYER2]
graveyard:Lightning Elemental,Mountain
life:19
[END]

View File

@@ -0,0 +1,27 @@
#Testing Rancid Earth without Treshold.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Rancid Earth
inplay:Raging Goblin
graveyard:Swamp
life:20
manapool:{1}{B}{B}
[PLAYER2]
inplay:Mountain,Lightning Elemental
life:20
[DO]
Rancid Earth
Mountain
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Raging Goblin
graveyard:Rancid Earth,Swamp
manapool:{0}
life:20
[PLAYER2]
inplay:Lightning Elemental
graveyard:Mountain
life:20
[END]