Technomancer Golem (#12072)

This commit is contained in:
Geeves
2021-07-21 14:19:32 +02:00
committed by GitHub
parent d2406f79d3
commit d6ff9dc7f7
24 changed files with 302 additions and 100 deletions
+1 -1
View File
@@ -232,7 +232,7 @@
get_icon()
if((limb_flags & ORGAN_HAS_TENDON) && !BP_IS_ROBOTIC(src))
if((limb_flags & ORGAN_HAS_TENDON) && !BP_IS_ROBOTIC(src) && tendon_path)
tendon = new tendon_path(src, tendon_name, tendon_health, tendon_msgs)
else if(limb_flags & ORGAN_HAS_TENDON)
limb_flags &= ~ORGAN_HAS_TENDON
@@ -0,0 +1,34 @@
/obj/item/organ/external/chest/unbreakable/techno_golem
name = "reactor core"
amputation_point = "reactor coupling"
joint = "reactor brace"
gendered_icon = FALSE
/obj/item/organ/external/arm/unbreakable/techno_golem
tendon_path = null
joint = "motivator coupling"
/obj/item/organ/external/arm/right/unbreakable/techno_golem
tendon_path = null
joint = "motivator coupling"
/obj/item/organ/external/hand/unbreakable/techno_golem
tendon_path = null
joint = "motivator coupling"
/obj/item/organ/external/hand/right/unbreakable/techno_golem
tendon_path = null
joint = "motivator coupling"
/obj/item/organ/external/head/unbreakable/techno_golem
name = "neural sentry"
amputation_point = "neural cabling"
joint = "neural brace"
/obj/item/organ/external/groin/techno_golem
name = "locomotion control"
max_damage = 300
min_broken_damage = 125
amputation_point = "locomotion joint"
joint = "locomotor"
gendered_icon = FALSE