Files
Bubberstation/code/modules/surgery/organs/augments_external.dm

52 lines
1012 B
Plaintext

/////AUGMENTATION\\\\\
//See code/modules/surgery/organs/organ.dm for the parent "limb"
/obj/item/organ/limb/robot
name = "cyberlimb"
desc = "You should never be seeing this!"
status = ORGAN_ROBOTIC
/obj/item/organ/limb/robot/chest
name = "chest"
desc = "A Robotic chest"
icon_state = "chest"
max_damage = 200
body_part = CHEST
/obj/item/organ/limb/robot/head
name = "head"
desc = "A Robotic head"
icon_state = "head"
max_damage = 200
body_part = HEAD
/obj/item/organ/limb/robot/l_arm
name = "l_arm"
desc = "A Robotic arm"
icon_state = "l_arm"
max_damage = 75
body_part = ARM_LEFT
/obj/item/organ/limb/robot/l_leg
name = "l_leg"
desc = "A Robotic leg"
icon_state = "l_leg"
max_damage = 75
body_part = LEG_LEFT
/obj/item/organ/limb/robot/r_arm
name = "r_arm"
desc = "A Robotic arm"
icon_state = "r_arm"
max_damage = 75
body_part = ARM_RIGHT
/obj/item/organ/limb/robot/r_leg
name = "r_leg"
desc = "A Robotic leg"
icon_state = "r_leg"
max_damage = 75
body_part = LEG_RIGHT