- barbed sliver, sedge sliver, basal sliver bug fix
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-28 13:33:30 +00:00
parent 22c7f02fe9
commit b775eec20f
8 changed files with 128 additions and 48 deletions

View File

@@ -39,6 +39,8 @@ ascendant_evincar2.txt
ascendant_evincar3.txt
ashen_firebeast.txt
ashen_firebeast2.txt
barbed_sliver.txt
basal_sliver.txt
beacon_of_unrest.txt
#befoul.txt
blessed_wine.txt
@@ -141,6 +143,7 @@ resurrection.txt
righteous_cause.txt
rootwalla.txt
royal_assassin.txt
sedge_sliver.txt
seismic_assault.txt
siege_gang_commander.txt
shivan_hellkite.txt

View File

@@ -0,0 +1,27 @@
#Bug:barbed sliver's ability gives +1/+0 to itself
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:barbed sliver,metallic sliver
manapool:{2}
[PLAYER2]
[DO]
metallic sliver
next
#begin
next
#attackers
metallic sliver
next
#blockers
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:barbed sliver,metallic sliver
[PLAYER2]
life:18
[END]

View File

@@ -0,0 +1,16 @@
#Bug:basal sliver's ability doesn't give mana
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:basal sliver,metallic sliver
[PLAYER2]
[DO]
metallic sliver
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:basal sliver
graveyard:metallic sliver
manapool:{B}{B}
[PLAYER2]
[END]

View File

@@ -0,0 +1,21 @@
#Bug:sedge sliver's ability gives +1/+1 to itself
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:sedge sliver,metallic sliver,swamp
[PLAYER2]
[DO]
metallic sliver
next
#blockers
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:sedge sliver,metallic sliver,swamp
[PLAYER2]
life:18
[END]