Research borgs get a multitool. (#13383)

This commit is contained in:
mikomyazaki
2022-03-30 13:57:47 -03:00
committed by GitHub
parent 573bc177c4
commit 898dae6dfd
2 changed files with 7 additions and 0 deletions
@@ -842,6 +842,7 @@ var/global/list/robot_modules = list(
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/storage/part_replacer(src)
modules += new /obj/item/device/multitool/robotic(src) // To enable them to connect machines that require multitools e.g. tech-processors
emag = new /obj/item/hand_tele(src)
var/datum/matter_synth/nanite = new /datum/matter_synth/nanite(10000)