From 9f40758ce5158c57dcfe486ab5f5a2c099acd20c Mon Sep 17 00:00:00 2001 From: Markolie Date: Mon, 16 Feb 2015 22:02:41 +0100 Subject: [PATCH] Move hacking screen to the top when panel is unscrewed --- code/game/machinery/vending.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index 5c97db2693f..49a2cb315ce 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -407,8 +407,8 @@ if(src.shock(user, 100)) return + ui_interact(user) wires.Interact(user) - ui_interact(user) /** * Display the NanoUI window for the vending machine.