diff --git a/code/game/machinery/adv_med.dm b/code/game/machinery/adv_med.dm index b0368d652fb..0863b65415a 100644 --- a/code/game/machinery/adv_med.dm +++ b/code/game/machinery/adv_med.dm @@ -140,6 +140,9 @@ if(stat & (NOPOWER|BROKEN)) return + if(occupant == user) + return // you cant reach that + if(panel_open) to_chat(user, "Close the maintenance panel first.") return