From 983b151e6b4326fa24059e3ca76081620621d8dc Mon Sep 17 00:00:00 2001 From: errorage Date: Wed, 15 Jan 2014 15:33:15 +0100 Subject: [PATCH] - Hacking borgs via robotics console will now also properly update their HUD with their hidden inventory. Conflicts: code/game/machinery/computer/robot.dm --- code/game/machinery/computer/robot.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/computer/robot.dm b/code/game/machinery/computer/robot.dm index 437c7f60c47..344058080e6 100644 --- a/code/game/machinery/computer/robot.dm +++ b/code/game/machinery/computer/robot.dm @@ -202,6 +202,8 @@ // message_admins("\blue [key_name_admin(usr)] emagged [R.name] using robotic console!") log_game("[key_name(usr)] emagged [R.name] using robotic console!") R.emagged = 1 + if(R.hud_used) + R.hud_used.update_robot_modules_display() //Shows/hides the emag item if the inventory screen is already open. if(R.mind.special_role) R.verbs += /mob/living/silicon/robot/proc/ResetSecurityCodes