Radio alert

This commit is contained in:
Verkister
2023-04-05 21:26:22 +03:00
parent 12941200d0
commit f46b665c8c

View File

@@ -64,6 +64,7 @@
if(!emagged && ishuman(L) && L.mind) if(!emagged && ishuman(L) && L.mind)
playsound(src, 'sound/machines/warning-buzzer.ogg', 50, 0, 0) playsound(src, 'sound/machines/warning-buzzer.ogg', 50, 0, 0)
visible_message("<span class='warning'>POSSIBLE CREW MEMBER DETECTED! EMERGENCY STOP ENGAGED!</span>") visible_message("<span class='warning'>POSSIBLE CREW MEMBER DETECTED! EMERGENCY STOP ENGAGED!</span>")
global_announcer.autosay("Possible crew member detected in grinder feed. Emergency Stop Protocols engaged!", "Recycling Grinder Alert", "Supply")
operating = FALSE operating = FALSE
update() update()
break break