Skip to content

Commit

Permalink
[MIRROR] Halves volume of Gravity Generator (#2745)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed May 30, 2024
1 parent 4ac83ea commit 4b2f567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/looping_sounds/machinery_sounds.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4b2f567

Please sign in to comment.