mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
important features (#18195)
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
/obj/item/robot_parts
|
/obj/item/robot_parts
|
||||||
name = "robot parts"
|
name = "robot parts"
|
||||||
icon = 'icons/obj/robot_parts.dmi'
|
icon = 'icons/obj/robot_parts.dmi'
|
||||||
|
force = 4
|
||||||
|
throwforce = 4
|
||||||
item_state = "buildpipe"
|
item_state = "buildpipe"
|
||||||
icon_state = "blank"
|
icon_state = "blank"
|
||||||
flags = CONDUCT
|
flags = CONDUCT
|
||||||
@@ -10,24 +12,28 @@
|
|||||||
/obj/item/robot_parts/l_arm
|
/obj/item/robot_parts/l_arm
|
||||||
name = "cyborg left arm"
|
name = "cyborg left arm"
|
||||||
desc = "A skeletal limb wrapped in pseudomuscles, with a low-conductivity case."
|
desc = "A skeletal limb wrapped in pseudomuscles, with a low-conductivity case."
|
||||||
|
attack_verb = list("slapped", "punched")
|
||||||
icon_state = "l_arm"
|
icon_state = "l_arm"
|
||||||
body_zone = "l_arm"
|
body_zone = "l_arm"
|
||||||
|
|
||||||
/obj/item/robot_parts/r_arm
|
/obj/item/robot_parts/r_arm
|
||||||
name = "cyborg right arm"
|
name = "cyborg right arm"
|
||||||
desc = "A skeletal limb wrapped in pseudomuscles, with a low-conductivity case."
|
desc = "A skeletal limb wrapped in pseudomuscles, with a low-conductivity case."
|
||||||
|
attack_verb = list("slapped", "punched")
|
||||||
icon_state = "r_arm"
|
icon_state = "r_arm"
|
||||||
body_zone = "r_arm"
|
body_zone = "r_arm"
|
||||||
|
|
||||||
/obj/item/robot_parts/l_leg
|
/obj/item/robot_parts/l_leg
|
||||||
name = "cyborg left leg"
|
name = "cyborg left leg"
|
||||||
desc = "A skeletal limb wrapped in pseudomuscles, with a low-conductivity case."
|
desc = "A skeletal limb wrapped in pseudomuscles, with a low-conductivity case."
|
||||||
|
attack_verb = list("kicked", "stomped")
|
||||||
icon_state = "l_leg"
|
icon_state = "l_leg"
|
||||||
body_zone = "l_leg"
|
body_zone = "l_leg"
|
||||||
|
|
||||||
/obj/item/robot_parts/r_leg
|
/obj/item/robot_parts/r_leg
|
||||||
name = "cyborg right leg"
|
name = "cyborg right leg"
|
||||||
desc = "A skeletal limb wrapped in pseudomuscles, with a low-conductivity case."
|
desc = "A skeletal limb wrapped in pseudomuscles, with a low-conductivity case."
|
||||||
|
attack_verb = list("kicked", "stomped")
|
||||||
icon_state = "r_leg"
|
icon_state = "r_leg"
|
||||||
body_zone = "r_leg"
|
body_zone = "r_leg"
|
||||||
|
|
||||||
|
|||||||
@@ -288,6 +288,7 @@
|
|||||||
be possessed by the devil? This arm appears to be possessed by no \
|
be possessed by the devil? This arm appears to be possessed by no \
|
||||||
one though."
|
one though."
|
||||||
icon_state = "l_arm"
|
icon_state = "l_arm"
|
||||||
|
attack_verb = list("slapped", "punched")
|
||||||
max_damage = 50
|
max_damage = 50
|
||||||
body_zone ="l_arm"
|
body_zone ="l_arm"
|
||||||
body_part = ARM_LEFT
|
body_part = ARM_LEFT
|
||||||
@@ -299,6 +300,7 @@
|
|||||||
desc = "Over 87% of humans are right handed. That figure is much lower \
|
desc = "Over 87% of humans are right handed. That figure is much lower \
|
||||||
among humans missing their right arm."
|
among humans missing their right arm."
|
||||||
icon_state = "r_arm"
|
icon_state = "r_arm"
|
||||||
|
attack_verb = list("slapped", "punched")
|
||||||
max_damage = 50
|
max_damage = 50
|
||||||
body_zone = "r_arm"
|
body_zone = "r_arm"
|
||||||
body_part = ARM_RIGHT
|
body_part = ARM_RIGHT
|
||||||
@@ -310,6 +312,7 @@
|
|||||||
desc = "Some athletes prefer to tie their left shoelaces first for good \
|
desc = "Some athletes prefer to tie their left shoelaces first for good \
|
||||||
luck. In this instance, it probably would not have helped."
|
luck. In this instance, it probably would not have helped."
|
||||||
icon_state = "l_leg"
|
icon_state = "l_leg"
|
||||||
|
attack_verb = list("kicked", "stomped")
|
||||||
max_damage = 50
|
max_damage = 50
|
||||||
body_zone = "l_leg"
|
body_zone = "l_leg"
|
||||||
body_part = LEG_LEFT
|
body_part = LEG_LEFT
|
||||||
@@ -323,6 +326,7 @@
|
|||||||
The hokey pokey has certainly changed a lot since space colonisation."
|
The hokey pokey has certainly changed a lot since space colonisation."
|
||||||
// alternative spellings of 'pokey' are availible
|
// alternative spellings of 'pokey' are availible
|
||||||
icon_state = "r_leg"
|
icon_state = "r_leg"
|
||||||
|
attack_verb = list("kicked", "stomped")
|
||||||
max_damage = 50
|
max_damage = 50
|
||||||
body_zone = "r_leg"
|
body_zone = "r_leg"
|
||||||
body_part = LEG_RIGHT
|
body_part = LEG_RIGHT
|
||||||
|
|||||||
Reference in New Issue
Block a user