Hazel #S-H9.09 custom item (#20459)

This is a PR for a custom item, see
[here](https://forums.aurorastation.org/topic/21691-hazel-s-h909s-autakh-leg/).
I'll take it off WIP if the application is approved.
This commit is contained in:
hazelrat
2025-03-12 09:13:11 +00:00
committed by GitHub
parent f046ebe584
commit 6a2d68ef02
3 changed files with 76 additions and 0 deletions

View File

@@ -2012,3 +2012,21 @@ All custom items with worn sprites must follow the contained sprite system: http
icon_state = "kira_carrier"
item_state = "kira_carrier"
contained_sprite = TRUE
/obj/item/organ/external/leg/right/fluff/nines_autakh // Prosthetic Aut'akh Left Leg - Hazel #S-H9.09 - hazelmouse
robotize_type = PROSTHETIC_AUTAKH
skin_color = FALSE
override_robotize_force_icon = 'icons/mob/human_races/fluff/nines_leg.dmi'
override_robotize_painted = FALSE
robotize_children = FALSE
/obj/item/organ/external/leg/right/fluff/nines_autakh/Initialize(mapload)
. = ..()
LAZYADD(children, new /obj/item/organ/external/foot/right/fluff/nines_autakh(src))
/obj/item/organ/external/foot/right/fluff/nines_autakh // Prosthetic Aut'akh Left Foot - Hazel #S-H9.09 - hazelmouse
robotize_type = PROSTHETIC_AUTAKH
skin_color = FALSE
override_robotize_force_icon = 'icons/mob/human_races/fluff/nines_leg.dmi'
override_robotize_painted = FALSE
robotize_children = FALSE