mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Prevents proximity sensors from beeping when off. (#32783)
This commit is contained in:
committed by
Emmett Gaines
parent
79e91124bf
commit
eb35fc0579
@@ -53,7 +53,7 @@
|
||||
|
||||
|
||||
/obj/item/device/assembly/prox_sensor/sense()
|
||||
if(!secured || next_activate > world.time)
|
||||
if(!scanning || !secured || next_activate > world.time)
|
||||
return 0
|
||||
pulse(0)
|
||||
audible_message("[icon2html(src, hearers(src))] *beep* *beep*", null, 3)
|
||||
|
||||
Reference in New Issue
Block a user