Vien Custom Item (#22023)

Somehow I kept thinking hazel and vien are the same person, hence the
branch name.

Anyway, yeah. Custom item prosthetic.

---------

Co-authored-by: WickedCybs <wickedcybs@gmail.com>
This commit is contained in:
CyberSpyXD
2026-03-16 15:10:23 -06:00
committed by GitHub
parent 220d034cf5
commit 2a3d3e4835
3 changed files with 24 additions and 0 deletions
+18
View File
@@ -1341,3 +1341,21 @@ All custom items with worn sprites must follow the contained sprite system: http
var/raskara_text = SPAN_CULT("\The [src] holds a treasure from the depths of the Maggot's hoard.")
. += raskara_text
/obj/item/organ/external/leg/left/fluff/vien_autakh // Prosthetic Aut'akh Left Leg - Vien Xuan Pham - TheStripes
robotize_type = PROSTHETIC_AUTAKH
skin_color = FALSE
override_robotize_force_icon = 'icons/mob/human_races/fluff/vien_leg.dmi'
override_robotize_painted = FALSE
robotize_children = FALSE
/obj/item/organ/external/leg/left/fluff/vien_autakh/Initialize(mapload)
. = ..()
LAZYADD(children, new /obj/item/organ/external/foot/left/fluff/vien_autakh(src))
/obj/item/organ/external/foot/left/fluff/vien_autakh // Prosthetic Aut'akh Left Foot - Vien Xuan Pham - TheStripes
robotize_type = PROSTHETIC_AUTAKH
skin_color = FALSE
override_robotize_force_icon = 'icons/mob/human_races/fluff/vien_leg.dmi'
override_robotize_painted = FALSE
robotize_children = FALSE