mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
83bafb95af
## About The Pull Request Primarily adds a loop to moisture traps which is mostly silence, interrupted by the solemn sound of a water droplet falling. Just like the sprite be doing, y'know? I decided to make it a simple loop, instead of doing a little extra and setting that sprite animation up to play only when the sound effect plays, as I'd have to make moisture traps process to call `flick` - and I wasn't sure if that's worth it. The sound effect is from: https://freesound.org/people/mattfinarelli/sounds/533146/ ## Why It's Good For The Game Adds just a drop of ambience to the maintenance shafts. ## Changelog 🆑 sound: Added more atmospheric sounds to moisture traps /🆑
10 lines
306 B
Plaintext
10 lines
306 B
Plaintext
/// sound of a lone droplet hitting the water every once in a while like a broken faucet. used by moisture traps
|
|
/datum/looping_sound/drip
|
|
mid_sounds = 'sound/effects/droplet.ogg'
|
|
mid_length = 30 SECONDS
|
|
mid_length_vary = 15 SECONDS
|
|
volume = 45
|
|
vary = TRUE
|
|
ignore_walls = FALSE
|
|
falloff_distance = 5
|