mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user