diff --git a/data/magic-blends.mse-include/new-blends b/data/magic-blends.mse-include/new-blends index 0af8f8280..08dc9d523 100644 --- a/data/magic-blends.mse-include/new-blends +++ b/data/magic-blends.mse-include/new-blends @@ -882,6 +882,12 @@ color_combination := { dark: land_template("c"), light: base, ) + else if land and multi and mask_hybrid_with_gold() then + masked_blend( + mask: "{folder}hybrid_blend_{blend_type}.png", + dark: land_template("m"), + light: base, + ) else if land and multi and mask_multi_land_with_color() then masked_blend( mask: "{folder}hybrid_blend_{blend_type}.png",