New Sounds for Emitters, Fire Alarms, Sparks, and Maintenance Ambience (#258)
* new sparks sound * new emitter sound * new maintenance sounds * non-overlapping fire alarm sound * volume tweaking
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
return
|
||||
var/area/A = get_area(src)
|
||||
A.firealert(src)
|
||||
playsound(src.loc, 'goon/sound/machinery/FireAlarm.ogg', 75)
|
||||
playsound(src.loc, 'sound/machines/firealarmshort.ogg', 75)
|
||||
|
||||
/obj/machinery/firealarm/proc/alarm_in(time)
|
||||
addtimer(CALLBACK(src, .proc/alarm), time)
|
||||
|
||||
Reference in New Issue
Block a user