mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Lowers oven loop sound volume (#20826)
Lowers the oven looping sound volume from 100 to 15. Opted for this instead of removing it like it was before the fix, because it is pretty annoying imo.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
mid_sounds = list('sound/machines/oven/oven_loop_mid.ogg' = 1)
|
||||
mid_length = 13
|
||||
end_sound = 'sound/machines/oven/oven_loop_end.ogg'
|
||||
volume = 100
|
||||
volume = 15
|
||||
falloff_distance = 4
|
||||
extra_range = SHORT_RANGE_SOUND_EXTRARANGE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user