Erwan
- barbed sliver, sedge sliver, basal sliver bug fix
This commit is contained in:
@@ -557,7 +557,7 @@ subtype=Sliver
|
||||
power=2
|
||||
toughness=2
|
||||
text=All Sliver creatures have "This creature gets +1/+1 as long as you control a Swamp." All Slivers have "{B}: Regenerate this permanent."
|
||||
auto=lord(sliver) aslongas(swamp|myinplay) 1/1
|
||||
auto=aslongas(swamp|myinplay) lord(sliver) 1/1
|
||||
auto=lord(sliver) {B}:regenerate
|
||||
rarity=R
|
||||
[/card]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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]
|
||||
@@ -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]
|
||||
@@ -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]
|
||||
Reference in New Issue
Block a user