mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user