mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
T-ray Scanner 4 Drones (#14195)
This commit is contained in:
@@ -685,8 +685,8 @@ var/global/list/robot_modules = list(
|
||||
modules += new /obj/item/tape_roll(src) //allows it to place flyers
|
||||
modules += new /obj/item/device/nanoquikpay(src)
|
||||
modules += new /obj/item/taperoll/engineering(src) // To enable 'borgs to telegraph danger visually.
|
||||
modules += new /obj/item/taperoll/police(src) // To enable 'borgs to telegraph danger visually.
|
||||
modules += new /obj/item/paper_scanner(src)
|
||||
modules += new /obj/item/taperoll/police(src)
|
||||
modules += new /obj/item/paper_scanner(src) //TODO: Add functionality to allow for scanned paperwork to show up in internal computer
|
||||
modules += new /obj/item/device/gps(src) // For being located while disabled and coordinating with life sensor consoles.
|
||||
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.
|
||||
@@ -938,6 +938,7 @@ var/global/list/robot_modules = list(
|
||||
modules += new /obj/item/extinguisher(src)
|
||||
modules += new /obj/item/device/pipe_painter(src)
|
||||
modules += new /obj/item/device/floor_painter(src)
|
||||
modules += new /obj/item/device/t_scanner(src)
|
||||
modules += new /obj/item/gripper/multi_purpose(src)
|
||||
modules += new /obj/item/gripper/no_use/loader(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user