From cabc89fc1fdbbe810dbd6915172fffc7c8a577f2 Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Fri, 26 Sep 2025 02:37:18 -0500 Subject: [PATCH] fix Mask hybrid with hybrid --- data/magic-blends.mse-include/new-blends | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/magic-blends.mse-include/new-blends b/data/magic-blends.mse-include/new-blends index 903d16545..74014159f 100644 --- a/data/magic-blends.mse-include/new-blends +++ b/data/magic-blends.mse-include/new-blends @@ -980,6 +980,9 @@ color_combination := { if mask_hybrid_with_gold() then ( dark_input := "m" ) + else if not mask_hybrid_with_land() then ( + mode := "" + ) ) ## if we have a mode, blend that, otherwise use our base gradient if mode == "" then base() else conditional_masked_blend()