From 9b6d361bd1f54884f6e4c3981d14841569415b64 Mon Sep 17 00:00:00 2001 From: AndroBetel <44546836+AndroBetel@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:06:30 +0300 Subject: [PATCH] 1 --- code/game/objects/items/devices/motion_detector.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/objects/items/devices/motion_detector.dm b/code/game/objects/items/devices/motion_detector.dm index 60cf62b4e2..8cfe126daf 100644 --- a/code/game/objects/items/devices/motion_detector.dm +++ b/code/game/objects/items/devices/motion_detector.dm @@ -231,6 +231,8 @@ ping_count++ if(human_user) show_blip(human_user, M) + for(var/mob/living/carbon/human/humans in range(1, human_user)) + show_blip(humans, M) for(var/mob/hologram/holo as anything in GLOB.hologram_list) if(!holo.motion_sensed)