From abab55d9181ebc8094452df8a0394f842efddf9f Mon Sep 17 00:00:00 2001 From: Guti <32563288+TheCaramelion@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:44:29 +0200 Subject: [PATCH] consolefix (#18350) --- code/game/machinery/adv_med_vr.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/adv_med_vr.dm b/code/game/machinery/adv_med_vr.dm index 576a7af7dad..564a717a139 100644 --- a/code/game/machinery/adv_med_vr.dm +++ b/code/game/machinery/adv_med_vr.dm @@ -34,6 +34,8 @@ if(!occupant) icon_state = "scanner_open" set_light(0) + if(console) + console.update_icon(0) return // base image