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:
Fluffy
2024-10-20 11:27:31 +00:00
committed by GitHub
co-authored by Wowzewow
parent d65956aa57
commit 0f2ad38f81
3 changed files with 77 additions and 2 deletions
@@ -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)