mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
organ tweaks and grammar (#20732)
This commit is contained in:
@@ -340,6 +340,7 @@
|
||||
desc = "An implant commonly installed inside IPCs in order to allow them to easily collect energy from their environment"
|
||||
origin_tech = "materials=3;biotech=2;powerstorage=3"
|
||||
contents = newlist(/obj/item/apc_powercord)
|
||||
requires_robotic_bodypart = TRUE
|
||||
|
||||
/obj/item/organ/internal/cyberimp/arm/power_cord/emp_act(severity)
|
||||
// To allow repair via nanopaste/screwdriver
|
||||
|
||||
@@ -111,6 +111,7 @@
|
||||
slot = "heart"
|
||||
vital = TRUE
|
||||
status = ORGAN_ROBOT
|
||||
requires_robotic_bodypart = TRUE
|
||||
|
||||
/obj/item/organ/internal/eyes/optical_sensor
|
||||
name = "optical sensor"
|
||||
@@ -119,6 +120,7 @@
|
||||
status = ORGAN_ROBOT
|
||||
// dead_icon = "camera_broken"
|
||||
weld_proof = TRUE
|
||||
requires_robotic_bodypart = TRUE
|
||||
|
||||
/obj/item/organ/internal/eyes/optical_sensor/remove(mob/living/user,special = 0)
|
||||
if(!special)
|
||||
@@ -152,6 +154,7 @@
|
||||
icon_state = "taperecorder_idle"
|
||||
status = ORGAN_ROBOT
|
||||
dead_icon = "taperecorder_empty"
|
||||
requires_robotic_bodypart = TRUE
|
||||
|
||||
/obj/item/organ/internal/ears/microphone/remove(mob/living/user, special = FALSE)
|
||||
if(!special)
|
||||
|
||||
Reference in New Issue
Block a user