From 45d4419e06c0cc1d8820cf44cf230527bf13dabd Mon Sep 17 00:00:00 2001 From: Will <7099514+Willburd@users.noreply.github.com> Date: Sat, 21 Feb 2026 12:51:14 -0500 Subject: [PATCH] oop (#19209) --- code/modules/mob/new_player/sprite_accessories_markings.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/new_player/sprite_accessories_markings.dm b/code/modules/mob/new_player/sprite_accessories_markings.dm index 36ef5c031dc..a6a95101879 100644 --- a/code/modules/mob/new_player/sprite_accessories_markings.dm +++ b/code/modules/mob/new_player/sprite_accessories_markings.dm @@ -3040,13 +3040,16 @@ includes scars and tattoos name = "Catslug Belly Mark, Shelter" icon_state = "scug_shelter" body_parts = list(BP_GROIN) + color_blend_mode = ICON_MULTIPLY /datum/sprite_accessory/marking/scug_gate name = "Catslug Belly Mark, Gate" icon_state = "scug_gate" body_parts = list(BP_GROIN) + color_blend_mode = ICON_MULTIPLY /datum/sprite_accessory/marking/scug_door name = "Catslug Belly Mark, Door" icon_state = "scug_door" body_parts = list(BP_GROIN) + color_blend_mode = ICON_MULTIPLY