mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Technomancer Golem (#12072)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user