Splits the Fire Alarm sound into four files (#64324)

* sound fission

* I can't believe malf tools betrayed me like this

* much ado about 0.008

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>

* Pay no attention to this

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
zxaber
2022-02-03 01:46:55 -05:00
committed by GitHub
co-authored by Fikou
parent 9bba67f2ec
commit dfac00015d
8 changed files with 4 additions and 4 deletions
@@ -139,8 +139,8 @@
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/datum/looping_sound/firealarm
mid_sounds = list('sound/machines/FireAlarm.ogg'=1)
mid_length = 9.7 SECONDS
mid_sounds = list('sound/machines/FireAlarm1.ogg'=1,'sound/machines/FireAlarm2.ogg'=1,'sound/machines/FireAlarm3.ogg'=1,'sound/machines/FireAlarm4.ogg'=1 )
mid_length = 2.4 SECONDS
volume = 75
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+1 -1
View File
@@ -358,7 +358,7 @@
if((my_area?.fire || LAZYLEN(my_area?.active_firelocks)))
. += "The local area hazard light is flashing."
. += "<b>Left-Click</b> to activate all firelocks in this area."
. += "<b>Right-Click</b> or <b>Alt-Click</b> to reset firelocks in this area."
. += "<b>Right-Click</b> to reset firelocks in this area."
else
. += "The local area thermal detection light is [my_area.fire_detect ? "lit" : "unlit"]."
. += "<b>Left-Click</b> to activate all firelocks in this area."
@@ -688,7 +688,7 @@ GLOBAL_LIST_INIT(malf_modules, subtypesof(/datum/ai_module))
cost = 25
power_type = /datum/action/innate/ai/break_fire_alarms
unlock_text = "<span class='notice'>You replace the thermal sensing capabilities of all fire alarms with a manual override, allowing you to turn them off at will.</span>"
unlock_sound = 'sound/machines/FireAlarm.ogg'
unlock_sound = 'sound/machines/FireAlarm1.ogg'
/datum/action/innate/ai/break_fire_alarms
name = "Override Thermal Sensors"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.