diff --git a/code/modules/mob/living/silicon/robot/robot_modules.dm b/code/modules/mob/living/silicon/robot/robot_modules.dm index cd6659c6f0a..15789ad845d 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules.dm @@ -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) diff --git a/html/changelogs/Ben10083 - T_ray.yml b/html/changelogs/Ben10083 - T_ray.yml new file mode 100644 index 00000000000..d4dcf6b81fa --- /dev/null +++ b/html/changelogs/Ben10083 - T_ray.yml @@ -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."