- a few bug fixes with cards that bring other cards back to play (zombify, resurrection...)
- bug fix with abilities parsing "reachshadow"
- a few card fixes
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-19 07:47:52 +00:00
parent 33e79e234e
commit 0af938589b
13 changed files with 135 additions and 19 deletions

View File

@@ -103,10 +103,13 @@ sword_to_plowshares.txt
terror.txt
tranquil_domain.txt
volcanic_island.txt
wall_of_diffusion.txt
wall_of_diffusion2.txt
white_knight1.txt
wrath_of_god.txt
zombie_master.txt
zombify.txt
########################
#Momir Basic Tests
########################
momir/keldon_warlord.txt
momir/keldon_warlord.txt

View File

@@ -0,0 +1,24 @@
#Bug: Wall of diffusion has reach
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:air elemental
[PLAYER2]
inplay:wall of diffusion
[DO]
air elemental
next
#blockers
wall of diffusion
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:air elemental
[PLAYER2]
inplay:wall of diffusion
life:16
[END]

View File

@@ -0,0 +1,23 @@
#Wall of diffusionShadow
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:dauthi marauder
[PLAYER2]
inplay:wall of diffusion
[DO]
dauthi marauder
next
#blockers
wall of diffusion
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:dauthi marauder
[PLAYER2]
inplay:wall of diffusion
[END]

View File

@@ -0,0 +1,44 @@
#Bug: zombify on a Roowalla doesn't give the rootwalla it's abilities back
[INIT]
FIRSTMAIN
[PLAYER1]
hand:zombify
graveyard:rootwalla
inplay:swamp,forest
manapool:{3}{B}
[PLAYER2]
[DO]
zombify
rootwalla
eot
eot
#untap
next
#upkeep
next
#draw
next
#main 1
swamp
forest
rootwalla
next
#combat begins
next
#attackers
rootwalla
next
#blockers
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:zombify
inplay:swamp,forest,rootwalla
manapool:{0}
[PLAYER2]
life:16
[END]