issue 475.
two cards coded incorrectly, "Shelter" and "Sejiri Steppe" they are to use protection from and not fog from
This commit is contained in:
@@ -44992,11 +44992,11 @@ type=Land
|
|||||||
[card]
|
[card]
|
||||||
name=Sejiri Steppe
|
name=Sejiri Steppe
|
||||||
auto=tap
|
auto=tap
|
||||||
auto=choice name(white) && fog from white target(creature) ueot
|
auto=choice name(white) && protection from white target(creature) ueot
|
||||||
auto=choice name(blue) && fog from blue target(creature) ueot
|
auto=choice name(blue) && protection from blue target(creature) ueot
|
||||||
auto=choice name(black) && fog from black target(creature) ueot
|
auto=choice name(black) && protection from black target(creature) ueot
|
||||||
auto=choice name(red) && fog from red target(creature) ueot
|
auto=choice name(red) && protection from red target(creature) ueot
|
||||||
auto=choice name(green) && fog from green target(creature) ueot
|
auto=choice name(green) && protection from green target(creature) ueot
|
||||||
auto={T}:Add {W}
|
auto={T}:Add {W}
|
||||||
text=Sejiri Steppe enters the battlefield tapped. -- When Sejiri Steppe enters the battlefield, target creature you control gains protection from the color of your choice until end of turn. -- {T}: Add {W} to your mana pool.
|
text=Sejiri Steppe enters the battlefield tapped. -- When Sejiri Steppe enters the battlefield, target creature you control gains protection from the color of your choice until end of turn. -- {T}: Add {W} to your mana pool.
|
||||||
type=Land
|
type=Land
|
||||||
@@ -45677,11 +45677,11 @@ toughness=2
|
|||||||
[card]
|
[card]
|
||||||
name=Shelter
|
name=Shelter
|
||||||
target=creature
|
target=creature
|
||||||
auto=choice name(white) && fog from white
|
auto=choice name(white) && protection from white ueot
|
||||||
auto=choice name(blue) && fog from blue
|
auto=choice name(blue) && protection from blue ueot
|
||||||
auto=choice name(black) && fog from black
|
auto=choice name(black) && protection from black ueot
|
||||||
auto=choice name(red) && fog from red
|
auto=choice name(red) && protection from red ueot
|
||||||
auto=choice name(green) && fog from green
|
auto=choice name(green) && protection from green ueot
|
||||||
auto=draw:1 controller
|
auto=draw:1 controller
|
||||||
text=Target creature you control gains protection from the color of your choice until end of turn. -- Draw a card.
|
text=Target creature you control gains protection from the color of your choice until end of turn. -- Draw a card.
|
||||||
mana={1}{W}
|
mana={1}{W}
|
||||||
|
|||||||
Reference in New Issue
Block a user