From 9a892f2bdaecd6c116c6c9cd4180f78dad1a11f8 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:37:41 -0700 Subject: [PATCH] [MIRROR] Fixes the body scanner console light (#11513) Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> --- 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 576a7af7da..564a717a13 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