mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
Medborg Updates (#7659)
Rescue borgs now have adrenaline. Not added to regular medical borg since they have the ability to create it in chemistry. Chemistry gripper for med borgs renamed to medical gripper. It's not just used for chemistry. Medical grippers can now hold blood bags (so they can put them on IVs), medical cups (to give patients liquid medication), and paper cups (to give water for patient care or with pills).
This commit is contained in:
@@ -240,9 +240,9 @@
|
||||
)
|
||||
|
||||
/obj/item/gripper/chemistry //A gripper designed for chemistry, to allow borgs to work efficiently in the lab
|
||||
name = "chemistry gripper"
|
||||
name = "medical gripper"
|
||||
icon_state = "gripper-sci"
|
||||
desc = "A specialised grasping tool designed for working in chemistry and pharmaceutical labs"
|
||||
desc = "A specialised grasping tool designed for working in medical treatment facilities and pharmaceutical labs."
|
||||
|
||||
can_hold = list(
|
||||
/obj/item/reagent_containers/glass,
|
||||
@@ -253,7 +253,10 @@
|
||||
/obj/item/storage/pill_bottle,
|
||||
/obj/item/hand_labeler,
|
||||
/obj/item/paper,
|
||||
/obj/item/stack/material/phoron
|
||||
/obj/item/stack/material/phoron,
|
||||
/obj/item/reagent_containers/blood,
|
||||
/obj/item/reagent_containers/food/drinks/sillycup,
|
||||
/obj/item/reagent_containers/food/drinks/medcup
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
reagent_ids = list("bicaridine", "kelotane", "dylovene", "dexalin", "norepinephrine", "tramadol", "deltamivir", "thetamycin")
|
||||
|
||||
/obj/item/reagent_containers/borghypo/rescue
|
||||
reagent_ids = list("tricordrazine", "norepinephrine", "tramadol")
|
||||
reagent_ids = list("tricordrazine", "norepinephrine", "tramadol", "adrenaline")
|
||||
|
||||
/obj/item/reagent_containers/borghypo/Initialize()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user