mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
Body and Soul of Steel: the Tesla Rejuvenation Suit (#15590)
This commit is contained in:
@@ -135,6 +135,9 @@
|
||||
desc = "A robust heart capable of helping to preserve body temperature through blood circulation."
|
||||
icon = 'icons/obj/organs/tajara_organs.dmi'
|
||||
|
||||
/obj/item/organ/internal/heart/tajara/tesla_body
|
||||
on_mob_icon = 'icons/mob/human_races/tesla_body_augments.dmi'
|
||||
|
||||
/obj/item/organ/internal/kidneys/tajara
|
||||
desc = "Alien kidneys adapted to the Tajaran physiology."
|
||||
icon = 'icons/obj/organs/tajara_organs.dmi'
|
||||
|
||||
@@ -141,6 +141,13 @@ var/global/datum/robolimb/basic_robolimb
|
||||
else
|
||||
return TRUE
|
||||
|
||||
/datum/robolimb/tesla/industrial
|
||||
company = PROSTHETIC_TESLA_BODY
|
||||
desc = "A heavy version of the Tesla prosthetics created for the Tesla Rejuvenation Suit"
|
||||
icon = 'icons/mob/human_races/tajara/industrial_tesla_limbs.dmi'
|
||||
species_can_use = list(SPECIES_TAJARA_TESLA_BODY)
|
||||
brute_mod = 0.7
|
||||
|
||||
/datum/robolimb/vaurca
|
||||
company = PROSTHETIC_VAURCA
|
||||
desc = "This limb design is from old Sedantis, still manufactured by the Hives when providing maintenace to most of the basic Vaurcesian bioforms."
|
||||
|
||||
@@ -273,6 +273,13 @@
|
||||
playsound(owner, 'sound/magic/LightningShock.ogg', 75, 1)
|
||||
tesla_zap(owner, 7, 1500)
|
||||
|
||||
/obj/item/organ/internal/augment/tesla/massive
|
||||
name = "massive tesla spine"
|
||||
icon_state = "tesla_spine"
|
||||
organ_tag = BP_AUG_TESLA
|
||||
on_mob_icon = 'icons/mob/human_races/tesla_body_augments.dmi'
|
||||
species_restricted = list(SPECIES_TAJARA_TESLA_BODY)
|
||||
|
||||
/obj/item/organ/internal/augment/eye_sensors
|
||||
name = "integrated HUD sensors"
|
||||
icon_state = "augment_eyes"
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
/obj/item/organ/external/chest/tesla_body
|
||||
dislocated = -1
|
||||
encased = "support frame"
|
||||
robotize_type = PROSTHETIC_TESLA_BODY
|
||||
|
||||
/obj/item/organ/external/chest/tesla_body/Initialize()
|
||||
. = ..()
|
||||
mechassist()
|
||||
|
||||
/obj/item/organ/external/groin/tesla_body
|
||||
dislocated = -1
|
||||
encased = "support frame"
|
||||
robotize_type = PROSTHETIC_TESLA_BODY
|
||||
|
||||
/obj/item/organ/external/groin/tesla_body/Initialize()
|
||||
. = ..()
|
||||
mechassist()
|
||||
|
||||
/obj/item/organ/external/arm/tesla_body
|
||||
dislocated = -1
|
||||
encased = "support frame"
|
||||
robotize_type = PROSTHETIC_TESLA_BODY
|
||||
|
||||
/obj/item/organ/external/arm/right/tesla_body
|
||||
dislocated = -1
|
||||
encased = "support frame"
|
||||
robotize_type = PROSTHETIC_TESLA_BODY
|
||||
|
||||
/obj/item/organ/external/leg/tesla_body
|
||||
dislocated = -1
|
||||
encased = "support frame"
|
||||
robotize_type = PROSTHETIC_TESLA_BODY
|
||||
|
||||
/obj/item/organ/external/leg/right/tesla_body
|
||||
dislocated = -1
|
||||
encased = "support frame"
|
||||
robotize_type = PROSTHETIC_TESLA_BODY
|
||||
|
||||
/obj/item/organ/external/foot/tesla_body
|
||||
dislocated = -1
|
||||
encased = "support frame"
|
||||
robotize_type = PROSTHETIC_TESLA_BODY
|
||||
|
||||
/obj/item/organ/external/foot/right/tesla_body
|
||||
dislocated = -1
|
||||
encased = "support frame"
|
||||
robotize_type = PROSTHETIC_TESLA_BODY
|
||||
|
||||
/obj/item/organ/external/hand/tesla_body
|
||||
dislocated = -1
|
||||
encased = "support frame"
|
||||
robotize_type = PROSTHETIC_TESLA_BODY
|
||||
|
||||
/obj/item/organ/external/hand/right/tesla_body
|
||||
dislocated = -1
|
||||
encased = "support frame"
|
||||
robotize_type = PROSTHETIC_TESLA_BODY
|
||||
Reference in New Issue
Block a user