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]
|
||||
name=Sejiri Steppe
|
||||
auto=tap
|
||||
auto=choice name(white) && fog from white target(creature) ueot
|
||||
auto=choice name(blue) && fog from blue target(creature) ueot
|
||||
auto=choice name(black) && fog from black target(creature) ueot
|
||||
auto=choice name(red) && fog from red target(creature) ueot
|
||||
auto=choice name(green) && fog from green target(creature) ueot
|
||||
auto=choice name(white) && protection from white target(creature) ueot
|
||||
auto=choice name(blue) && protection from blue target(creature) ueot
|
||||
auto=choice name(black) && protection from black target(creature) ueot
|
||||
auto=choice name(red) && protection from red target(creature) ueot
|
||||
auto=choice name(green) && protection from green target(creature) ueot
|
||||
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.
|
||||
type=Land
|
||||
@@ -45677,11 +45677,11 @@ toughness=2
|
||||
[card]
|
||||
name=Shelter
|
||||
target=creature
|
||||
auto=choice name(white) && fog from white
|
||||
auto=choice name(blue) && fog from blue
|
||||
auto=choice name(black) && fog from black
|
||||
auto=choice name(red) && fog from red
|
||||
auto=choice name(green) && fog from green
|
||||
auto=choice name(white) && protection from white ueot
|
||||
auto=choice name(blue) && protection from blue ueot
|
||||
auto=choice name(black) && protection from black ueot
|
||||
auto=choice name(red) && protection from red ueot
|
||||
auto=choice name(green) && protection from green ueot
|
||||
auto=draw:1 controller
|
||||
text=Target creature you control gains protection from the color of your choice until end of turn. -- Draw a card.
|
||||
mana={1}{W}
|
||||
|
||||
Reference in New Issue
Block a user