Add fishtank sounds to cryo cell (#88466)

## About The Pull Request

~~Note to maints, need to wait until:~~
- ~~#88462~~

~~Is merged before adding this.~~ It's merged now. We good to go.

Adds some fishtank sounds to cryo cell when it's in use.



https://github.com/user-attachments/assets/4b2ec114-f38b-4a56-b2ee-8b1f2b5289cd



https://github.com/user-attachments/assets/8b00179c-c4c3-4e4a-8165-94226c2fd5de



https://github.com/user-attachments/assets/c59b9eb9-7605-4548-8bca-5d9f716fdecc



https://github.com/user-attachments/assets/fd14e6d6-053e-4e17-bca8-c68b18f6c6d6



https://github.com/user-attachments/assets/4f6de5d6-3698-4c94-94a6-9f093c7f2e02



https://github.com/user-attachments/assets/ee238c51-0b84-4757-8b87-202aa89eeb37



https://github.com/user-attachments/assets/270babce-ad54-4dc6-a0f7-748c8c446f0f



https://github.com/user-attachments/assets/abde675a-c792-474c-9bfc-099e3d064bb2



https://github.com/user-attachments/assets/9f3f92d0-4acf-4a5d-b32b-4f9cee85c6b3



https://github.com/user-attachments/assets/c43058c1-844d-4698-97b7-24e2322b281f

Taken from - https://freesound.org/people/DudeAwesome/sounds/386023/
Converted into OGG and split into 5 second sections
License: CC BY 4.0

## Why It's Good For The Game
Human fishtank immersion.

## Changelog
🆑
sound: Add fishtank looping sounds to cryo cells when in use. Sound is
from https://freesound.org/people/DudeAwesome/sounds/386023/
/🆑

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Tim
2024-12-18 03:11:06 +00:00
committed by GitHub
co-authored by Ghom
parent 9f495ac66a
commit 5b740922f0
13 changed files with 27 additions and 0 deletions
@@ -206,3 +206,19 @@
end_volume = 60
extra_range = MEDIUM_RANGE_SOUND_EXTRARANGE
falloff_exponent = 4
/datum/looping_sound/cryo_cell
mid_sounds = list(
'sound/machines/cryo/cryo_1.ogg',
'sound/machines/cryo/cryo_2.ogg',
'sound/machines/cryo/cryo_3.ogg',
'sound/machines/cryo/cryo_4.ogg',
'sound/machines/cryo/cryo_5.ogg',
'sound/machines/cryo/cryo_6.ogg',
'sound/machines/cryo/cryo_7.ogg',
'sound/machines/cryo/cryo_8.ogg',
'sound/machines/cryo/cryo_9.ogg',
'sound/machines/cryo/cryo_10.ogg',
)
mid_length = 5 SECONDS
volume = 50