diff --git a/data/magic-blends.mse-include/new-blends b/data/magic-blends.mse-include/new-blends index dc67b0f70..91e84b735 100644 --- a/data/magic-blends.mse-include/new-blends +++ b/data/magic-blends.mse-include/new-blends @@ -1099,6 +1099,7 @@ set_watermark_blend := { ) ) } +spotlight_folder := { watermark_include + "/spotlight/" } spotlight_watermark_blend := { face := [1:card.card_color, 2:card.card_color_2, 3:card.card_color_3][face] @@ -1108,7 +1109,7 @@ spotlight_watermark_blend := { wmc := watermark_colors(face:face) c1 := wmc.0 + (if contains(face, match:"land") then "l") + "spotlight.png" c2 := wmc.1 + (if contains(face, match:"land") then "l") + "spotlight.png" - wmdir := watermark_include + "/spotlight/" + wmdir := spotlight_folder() c1 := crop(wmdir+c1, height:h, width:l, offset_x:0, offset_y:0) c2 := crop(wmdir+c2, height:h, width:l, offset_x:0, offset_y:0)