From 66c663b5b1e646a859419945f8c34df9404264a6 Mon Sep 17 00:00:00 2001 From: Mira <42539014+MiraHell@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:53:00 +0300 Subject: [PATCH] poor borgs (#28013) --- code/modules/mob/living/silicon/robot/robot_mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/robot_mob.dm b/code/modules/mob/living/silicon/robot/robot_mob.dm index 4b49a4010b1f..40e5b89fe362 100644 --- a/code/modules/mob/living/silicon/robot/robot_mob.dm +++ b/code/modules/mob/living/silicon/robot/robot_mob.dm @@ -1174,8 +1174,8 @@ GLOBAL_LIST_INIT(robot_verbs_default, list( to_chat(user, "You must close the panel first") return else - sleep(6) SetEmagged(TRUE) + sleep(6) SetLockdown(1) //Borgs were getting into trouble because they would attack the emagger before the new laws were shown if(hud_used) hud_used.update_robot_modules_display() //Shows/hides the emag item if the inventory screen is already open.