From 4b2f567a391575e27a59069d4d94d7cda29dcb43 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Thu, 30 May 2024 08:01:09 -0400 Subject: [PATCH] [MIRROR] Halves volume of Gravity Generator (#2745) * Halves volume of Gravity Generator (#83553) ## About The Pull Request Halves the volume of sound produced by the gravity generator. This is done code-side and no change is made to the sound files. Apparently my tasteful composition of retro futuristic jetsons optimism juxtaposed with an underlying commentary on the costs associated with said optimistic attitude(see #83517) was lost on the end users of the /tg/station project. It has never been as clear to me that my HUGE FUCKING BRAIN with IQ of more than yours is wasted on the /tg/station project. Yet, my immense intellect is rivaled only by my nigh saintly mercy, and thus i have deigned to give you this one line pr. This is untested code. ## Why It's Good For The Game People who claim to play the game report that the gravity generator is still too loud. ## Changelog :cl: sound: The volume of the gravity generator has been halved /:cl: * Halves volume of Gravity Generator --------- Co-authored-by: Capsandi <38051413+Capsandi@users.noreply.github.com> Co-authored-by: NovaBot13 --- code/datums/looping_sounds/machinery_sounds.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/looping_sounds/machinery_sounds.dm b/code/datums/looping_sounds/machinery_sounds.dm index c751c676ff5..c79e9f61822 100644 --- a/code/datums/looping_sounds/machinery_sounds.dm +++ b/code/datums/looping_sounds/machinery_sounds.dm @@ -120,7 +120,7 @@ mid_sounds = list('sound/machines/gravgen/gravgen_mid1.ogg' = 1, 'sound/machines/gravgen/gravgen_mid2.ogg' = 1, 'sound/machines/gravgen/gravgen_mid3.ogg' = 1, 'sound/machines/gravgen/gravgen_mid4.ogg' = 1) mid_length = 1.8 SECONDS extra_range = 10 - volume = 40 + volume = 20 falloff_distance = 5 falloff_exponent = 20