mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-26 09:12:29 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user