fix mainframe dfc walker mask bug

This commit is contained in:
cajun
2024-09-11 18:34:07 -05:00
parent 6d617985ce
commit b7d87f0848
2 changed files with 2 additions and 2 deletions

View File

@@ -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