[MIRROR] Splits the Fire Alarm sound into four files [MDB IGNORE] (#11256)

* 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>

* Splits the Fire Alarm sound into four files

Co-authored-by: zxaber <37497534+zxaber@users.noreply.github.com>
Co-authored-by: Fikou <23585223+Fikou@ users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-02-03 10:03:01 +00:00
committed by GitHub
co-authored by Fikou zxaber
parent ed0932f855
commit 2be5c65772
8 changed files with 4 additions and 4 deletions
@@ -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"