catslug marking (#18841)

This commit is contained in:
Will
2025-12-08 10:20:52 -05:00
committed by GitHub
parent 36cbb5c87b
commit 76d4e408db
2 changed files with 15 additions and 0 deletions
@@ -3035,3 +3035,18 @@ includes scars and tattoos
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
hide_body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/scug_shelter
name = "Catslug Belly Mark, Shelter"
icon_state = "scug_shelter"
body_parts = list(BP_GROIN)
/datum/sprite_accessory/marking/scug_gate
name = "Catslug Belly Mark, Gate"
icon_state = "scug_gate"
body_parts = list(BP_GROIN)
/datum/sprite_accessory/marking/scug_door
name = "Catslug Belly Mark, Door"
icon_state = "scug_door"
body_parts = list(BP_GROIN)