fix mainframe dfc walker mask bug
This commit is contained in:
@@ -1614,9 +1614,9 @@ init script:
|
|||||||
folder := if b_saga()
|
folder := if b_saga()
|
||||||
then "/magic-modules.mse-include/cards/375 m15 saga cut/"
|
then "/magic-modules.mse-include/cards/375 m15 saga cut/"
|
||||||
else if mainframe_walkerb() and back_four_abilities()
|
else if mainframe_walkerb() and back_four_abilities()
|
||||||
then "/magic-modules.mse-include/cards/750 m15 planeswalker cut/tall/"
|
then "/magic-modules.mse-include/cards/750 m15 planeswalker cut/" + (if not norm then "back/" else "") + "tall/"
|
||||||
else if mainframe_walkerb()
|
else if mainframe_walkerb()
|
||||||
then "/magic-modules.mse-include/cards/750 m15 planeswalker cut/"
|
then "/magic-modules.mse-include/cards/750 m15 planeswalker cut/" + (if not norm then "back/" else "")
|
||||||
else if back_map()
|
else if back_map()
|
||||||
then "/magic-modules.mse-include/cards/746 maps/"
|
then "/magic-modules.mse-include/cards/746 maps/"
|
||||||
else "/magic-modules.mse-include/cards/375 m15 cut/" + (if not norm then "back/" else "")
|
else "/magic-modules.mse-include/cards/375 m15 cut/" + (if not norm then "back/" else "")
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 3.0 MiB |
Reference in New Issue
Block a user