Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Aug 21, 2024
1 parent 4923ab5 commit 9b6d361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/items/devices/motion_detector.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9b6d361

Please sign in to comment.