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:
Toastical
2024-11-29 03:49:20 +02:00
committed by GitHub
parent 27fcd61ae0
commit 8cc162589b
9 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -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()