mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Adds a triple beep sound to a variety of assembly receivers (#27315)
* added a beep beep to signaler receivers * new sound + attribution
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
cooldown = 2
|
||||
pulse(FALSE)
|
||||
if(loc)
|
||||
loc.visible_message("[bicon(src)] *beep* *beep*", "*beep* *beep*")
|
||||
loc.visible_message("[bicon(src)] *beep* *beep* *beep*", "*beep* *beep* *beep*")
|
||||
playsound(src, 'sound/machines/triple_beep.ogg', 40, extrarange = -10)
|
||||
addtimer(CALLBACK(src, PROC_REF(process_cooldown)), 10)
|
||||
|
||||
/obj/item/assembly/timer/process()
|
||||
|
||||
Reference in New Issue
Block a user