From f180812abb5a551d4cd7ef7f0bfaeb864990b415 Mon Sep 17 00:00:00 2001 From: Markolie Date: Fri, 13 Feb 2015 17:14:20 +0100 Subject: [PATCH] Ensure interface updates on emag --- code/game/machinery/computer/HolodeckControl.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/computer/HolodeckControl.dm b/code/game/machinery/computer/HolodeckControl.dm index d8a1d7f941f..886f01010db 100644 --- a/code/game/machinery/computer/HolodeckControl.dm +++ b/code/game/machinery/computer/HolodeckControl.dm @@ -171,6 +171,7 @@ user << "\blue You vastly increase projector power and override the safety and security protocols." user << "Warning. Automatic shutoff and derezing protocols have been corrupted. Please call Nanotrasen maintenance and do not use the simulator." log_game("[key_name(usr)] emagged the Holodeck Control Computer") + src.updateUsrDialog() /obj/machinery/computer/HolodeckControl/New() ..()