Psyringe - fixed non-working abilities of Mind over Matter (EXO) and Firemane Angel (RAV). "may" does not work foraczivated abilities (see issue 267).
This commit is contained in:
@@ -266,8 +266,8 @@ type=Artifact
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Discard a card: You may tap or untap target artifact, creature, or land.
|
text=Discard a card: You may tap or untap target artifact, creature, or land.
|
||||||
auto={S(*|myhand)}:may tap target(artifact,creature,land)
|
auto={S(*|myhand)}:tap target(artifact,creature,land)
|
||||||
auto={S(*|myhand)}:may untap target(artifact,creature,land)
|
auto={S(*|myhand)}:untap target(artifact,creature,land)
|
||||||
id=6076
|
id=6076
|
||||||
name=Mind Over Matter
|
name=Mind Over Matter
|
||||||
rarity=R
|
rarity=R
|
||||||
|
|||||||
@@ -386,7 +386,7 @@ type=Sorcery
|
|||||||
[card]
|
[card]
|
||||||
text=Flying, first strike At the beginning of your upkeep, if Firemane Angel is in your graveyard or on the battlefield, you may gain 1 life. {6}{R}{R}{W}{W}: Return Firemane Angel from your graveyard to the battlefield. Play this ability only during your upkeep.
|
text=Flying, first strike At the beginning of your upkeep, if Firemane Angel is in your graveyard or on the battlefield, you may gain 1 life. {6}{R}{R}{W}{W}: Return Firemane Angel from your graveyard to the battlefield. Play this ability only during your upkeep.
|
||||||
auto=@each my upkeep:may life:1 controller
|
auto=@each my upkeep:may life:1 controller
|
||||||
autograveyard={0}:may life:1 controller limit:1 myUpkeepOnly
|
autograveyard={0}:life:1 controller limit:1 myUpkeepOnly
|
||||||
autograveyard={6}{R}{R}{W}{W}:moveTo(myBattlefield) myUpkeepOnly
|
autograveyard={6}{R}{R}{W}{W}:moveTo(myBattlefield) myUpkeepOnly
|
||||||
id=89074
|
id=89074
|
||||||
name=Firemane Angel
|
name=Firemane Angel
|
||||||
|
|||||||
Reference in New Issue
Block a user