2 Commits

Author SHA1 Message Date
CHOMPStation2StaffMirrorBot
422d9b7815 Catslug Belly Marks 2025-12-08 15:20:56 +00:00
Will
040c8eb195 catslug marking (#18841) 2025-12-08 15:20:56 +00:00
3 changed files with 16 additions and 2 deletions

View File

@@ -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)

View File

@@ -111,8 +111,7 @@
qdel(src)
/obj/item/organ/internal/mmi_holder/emp_act(severity, recursive)
if(stored_mmi)
stored_mmi.emp_act(severity, recursive)
stored_mmi.emp_act(severity, recursive)
/obj/item/organ/internal/mmi_holder/posibrain
name = "positronic brain interface"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 161 KiB