Lowers firedoor loop volume (#72819)

## About The Pull Request
Reduces the volume of the firedoor alarm loop
## Why It's Good For The Game
It's loud, especially when they double up. On those shifts where it's
running constantly, it can get on your nerves.
## Changelog
🆑 LT3
qol: Reduced volume of firedoor alarm sound loop
/🆑
This commit is contained in:
lessthanthree
2023-01-23 02:29:42 -08:00
committed by GitHub
parent 948fa587db
commit ff86d2ff40
@@ -121,7 +121,7 @@
/datum/looping_sound/firealarm
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
volume = 40
/datum/looping_sound/gravgen/kinesis
volume = 20