- Hacking borgs via robotics console will now also properly update their HUD with their hidden inventory.

Conflicts:
	code/game/machinery/computer/robot.dm
This commit is contained in:
errorage
2014-01-22 11:14:30 -05:00
committed by ZomgPonies
parent 4a0aa60443
commit 983b151e6b
+2
View File
@@ -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