diff --git a/code/game/machinery/bots/secbot.dm b/code/game/machinery/bots/secbot.dm index cbd78f31440..bd61055fcf0 100644 --- a/code/game/machinery/bots/secbot.dm +++ b/code/game/machinery/bots/secbot.dm @@ -482,7 +482,7 @@ Auto Patrol: []"}, for(var/mob/living/carbon/human/human in world) if((human.z == src.z) && istype(human.glasses, /obj/item/clothing/glasses/hud/security) || istype(human.glasses, /obj/item/clothing/glasses/sunglasses/sechud) && !human.blinded) human << "\icon[human.glasses] [src.name] is [arrest_type ? "detaining" : "arresting"] level [threatlevel] threat [target] in [location]" - for(var/mob/living/silicon/robot/robot in world) + for(var/mob/living/silicon/robot in world) if((robot.z == src.z) && !robot.blinded) for(var/obj/I in robot.contents) if(istype(I, /obj/item/borg/sight/hud/sec))