This commit is contained in:
cajun
2024-10-14 00:23:40 -05:00
parent 45a64b3140
commit b49de68ce6

View File

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