T-ray Scanner 4 Drones (#14195)

This commit is contained in:
Benedict
2022-06-07 12:25:58 +02:00
committed by GitHub
parent 78ed2b002c
commit bac6274c69
2 changed files with 16 additions and 2 deletions
@@ -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)
+13
View File
@@ -0,0 +1,13 @@
# Your name.
author: Ben10083
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Drones have been given a T-ray Scanner."