From 69bb0fc0a91bb4faed2fcb1924490be8bb6f5a2b Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sat, 17 Jan 2026 17:13:34 -0700 Subject: [PATCH] [MIRROR] fix holomap signal spam (#12281) Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- code/modules/holomap/station_holomap.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/holomap/station_holomap.dm b/code/modules/holomap/station_holomap.dm index a9426572e5..a645903104 100644 --- a/code/modules/holomap/station_holomap.dm +++ b/code/modules/holomap/station_holomap.dm @@ -72,6 +72,8 @@ if(user.loc != loc) to_chat(user, span_warning("You need to stand in front of \the [src].")) return + if(watching_mob) + return startWatching(user) // Let people bump up against it to watch