Skip to content

Commit

Permalink
poor borgs (#28013)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraHell authored Jan 18, 2025
1 parent d0982f9 commit 66c663b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/robot/robot_mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 66c663b

Please sign in to comment.