Borg module resets now require cutting instead of pulsing the reset wire

This commit is contained in:
CitadelStationBot
2017-05-31 19:56:43 -05:00
parent ffd2d6fd0a
commit ac23b06edd
2 changed files with 10 additions and 3 deletions
@@ -195,6 +195,10 @@
if(module.type != /obj/item/weapon/robot_module)
return
if(wires.is_cut(WIRE_RESET_MODULE))
to_chat(src,"<span class='userdanger'>ERROR: Module installer reply timeout. Please check internal connections.</span>")
return
var/list/modulelist = list("Standard" = /obj/item/weapon/robot_module/standard, \
"Engineering" = /obj/item/weapon/robot_module/engineering, \
"Medical" = /obj/item/weapon/robot_module/medical, \