Fixed a few bugs mentioned by abrasax
This commit is contained in:
@@ -315,10 +315,11 @@ abilities=exalted
|
||||
[card]
|
||||
id=188971
|
||||
name=Slave of Bolas
|
||||
mana={3}{(}{U}{/}{R}{)}{B}
|
||||
mana={3}{UR}{B}
|
||||
type=Sorcery
|
||||
text=Gain control of target creature. Untap that creature. It gains haste until end of turn. Sacrifice it at end of turn.
|
||||
target=creature
|
||||
auto=moveTo(myBattlefield)
|
||||
auto=@next end:bury
|
||||
auto=untap
|
||||
auto=haste
|
||||
|
||||
@@ -823,7 +823,7 @@ rarity=R
|
||||
mana={3}{G}{G}{W}{W}
|
||||
type=Creature
|
||||
subtype=Human Archer
|
||||
auto={T}:damage:3 target(creaure[attacking;blocking])
|
||||
auto={T}:damage:3 target(creature[attacking;blocking])
|
||||
power=3
|
||||
toughness=6
|
||||
abilities=legendary
|
||||
|
||||
@@ -248,7 +248,7 @@ subtype=Zombie
|
||||
power=2
|
||||
toughness=2
|
||||
text=Other Zombie creatures you control get +1/+1. {2}{B}, {T}: Exile target creature card from a graveyard. Put a 2/2 black Zombie creature token onto the battlefield.
|
||||
auto=lord(zombie|myBattlefield) 1/1
|
||||
auto=lord(zombie|myBattlefield) 1/1 other
|
||||
auto={2}{B}{T}: moveTo(Exile) target(creature|graveyard) && token(Zombie,Creature Zombie,2/2,black)
|
||||
rarity=R
|
||||
[/card]
|
||||
|
||||
@@ -818,7 +818,7 @@ subtype=Zombie Cleric
|
||||
power=1
|
||||
toughness=1
|
||||
text={T}: Each player loses 1 life for each Zombie in play.
|
||||
auto=foreach(Zombie) life:-1 all(player)
|
||||
auto={T}:foreach(Zombie) life:-1 opponent && life:-1 controller
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
|
||||
Reference in New Issue
Block a user