-check athat act of treason works correctly
-Fixed emblem of warmind
-removed incorrect cards ("When this enters the battlefield, target..." please see http://wololo.net/forum/viewtopic.php?f=6&t=669
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-26 04:10:29 +00:00
parent c5b48df138
commit 6df665c340
45 changed files with 828 additions and 746 deletions
+2 -4
View File
@@ -25,8 +25,8 @@ generic/wither.txt
########################
#Specific Cards
########################
act_of_treason.txt
afflict.txt
angel_of_despair.txt
akron_legionnaire.txt
Amugaba.txt
anarchy.txt
@@ -93,6 +93,7 @@ drift_of_the_dead.txt
dross_harvester.txt
elvish_piper.txt
elvish_promenade.txt
emblem_of_the_warmind.txt
farhaven_elf.txt
fastbond.txt
fastbond2.txt
@@ -139,7 +140,6 @@ lhurgoyf.txt
liability.txt
lifeforce.txt
living_lands.txt
looming_hoverguard.txt
lord_of_the_pit.txt
lord_of_the_pit2.txt
master_of_etherium.txt
@@ -156,7 +156,6 @@ nightmare.txt
northern_paladin.txt
northern_paladin2.txt
Nyxathid.txt
ogre_gatecrasher.txt
orcish_artillery.txt
orcish_lumberjack.txt
overrun.txt
@@ -213,7 +212,6 @@ terror.txt
terror2.txt
titanic_ultimatum.txt
tranquil_domain.txt
viridian_shaman.txt
volcanic_island.txt
unstable_mutation.txt
wall_of_diffusion.txt
@@ -0,0 +1,42 @@
#Bug: Act of Treason doesn't untap
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:grizzly bears
[PLAYER2]
hand:act of treason
inplay:mountain,plains,swamp
[DO]
grizzly bears
eot
next
#upkeep
next
#draw
next
#firstmain
mountain
plains
swamp
act of treason
grizzly bears
next
#begin
next
#attackers
grizzly bears
next
#blockers
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
life:18
[PLAYER2]
inplay:mountain,plains,swamp,grizzly bears
graveyard:act of treason
life:18
[END]
@@ -0,0 +1,23 @@
#Bug: Emblem of the warmind doesn't go to graveyard
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears,plains,swamp,forest,mountain
hand:emblem of the warmind,terror
[PLAYER2]
[DO]
forest
mountain
emblem of the warmind
grizzly bears
plains
swamp
terror
grizzly bears
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:plains,swamp,forest,mountain
graveyard:emblem of the warmind,terror,grizzly bears
[PLAYER2]
[END]