From b5bde33edb487d4dd5f818a1f30d4e106898c681 Mon Sep 17 00:00:00 2001 From: Shadow Date: Fri, 18 Jan 2019 17:48:19 -0600 Subject: [PATCH] Fixes the whacking with a crowbar when you rotate the console. --- code/game/machinery/adv_med.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/adv_med.dm b/code/game/machinery/adv_med.dm index 2566cc0f410..e721167b0f5 100644 --- a/code/game/machinery/adv_med.dm +++ b/code/game/machinery/adv_med.dm @@ -307,6 +307,7 @@ else setDir(EAST) playsound(loc, I.usesound, 50, 1) + return if(exchange_parts(user, I)) return