mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-10 09:22:05 +00:00
Medical Module Gripper Removal (#13911)
This commit is contained in:
@@ -239,7 +239,6 @@ var/global/list/robot_modules = list(
|
||||
modules += new /obj/item/extinguisher/mini(src) // For navigating space and/or low grav, and just being useful.
|
||||
modules += new /obj/item/device/flash(src) // Non-lethal tool that prevents any 'borg from going lethal on Crew so long as it's an option according to laws.
|
||||
modules += new /obj/item/crowbar/robotic(src) // Base crowbar that all 'borgs should have access to.
|
||||
modules += new /obj/item/gripper/paperwork(src)
|
||||
emag = new /obj/item/reagent_containers/hypospray/cmo(src)
|
||||
emag.reagents.add_reagent(/decl/reagent/wulumunusha, 30)
|
||||
emag.name = "Wulumunusha Hypospray"
|
||||
|
||||
Reference in New Issue
Block a user