mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Added a robotic syringe (#20063)
Added a robotic syringe, to be used by borgs, that do not get dirty and gives infection to people after the first use. Fixes #19817 --------- Signed-off-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Co-authored-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com>
This commit is contained in:
@@ -230,7 +230,7 @@ var/global/list/robot_modules = list(
|
||||
modules += new /obj/item/gripper/chemistry(src)
|
||||
modules += new /obj/item/reagent_containers/dropper/cyborg_pipette(src)
|
||||
modules += new /obj/item/roller_holder(src)
|
||||
modules += new /obj/item/reagent_containers/syringe(src)
|
||||
modules += new /obj/item/reagent_containers/syringe/robotic(src)
|
||||
modules += new /obj/item/device/reagent_scanner/adv(src)
|
||||
modules += new /obj/item/device/mass_spectrometer(src)
|
||||
modules += new /obj/item/autopsy_scanner(src)
|
||||
|
||||
Reference in New Issue
Block a user