diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index c56bb7d1bd5..9786c545a0b 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -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 diff --git a/html/changelogs/wickedcybs_vienleg.yml b/html/changelogs/wickedcybs_vienleg.yml new file mode 100644 index 00000000000..fae53271909 --- /dev/null +++ b/html/changelogs/wickedcybs_vienleg.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - rscadd: "Added Vien's custom item. Waow." diff --git a/icons/mob/human_races/fluff/vien_leg.dmi b/icons/mob/human_races/fluff/vien_leg.dmi new file mode 100644 index 00000000000..b84c47ced83 Binary files /dev/null and b/icons/mob/human_races/fluff/vien_leg.dmi differ