Files
Bubberstation/code/datums/looping_sounds/changeling_absorb.dm
grungussussandGitHub 9863748c99 Changeling absorb sound (#88133)
## About The Pull Request
- it doesn't ignore walls


https://github.com/user-attachments/assets/fa4d010b-cee4-455a-a3c8-43e6839ab596
## Why It's Good For The Game
I think it's very atmospheric and helps hammer in the idea that
changelings are horrific monsters
## Changelog
🆑 grungussuss
sound: changelings now have a sound for absorbing
/🆑
2024-11-24 20:50:24 +01:00

15 lines
588 B
Plaintext

/datum/looping_sound/changeling_absorb
mid_sounds = list(
'sound/effects/changeling_absorb/changeling_absorb1.ogg' = 1,
'sound/effects/changeling_absorb/changeling_absorb2.ogg' = 1,
'sound/effects/changeling_absorb/changeling_absorb3.ogg' = 1,
'sound/effects/changeling_absorb/changeling_absorb4.ogg' = 1,
'sound/effects/changeling_absorb/changeling_absorb5.ogg' = 1,
'sound/effects/changeling_absorb/changeling_absorb6.ogg' = 1,
'sound/effects/changeling_absorb/changeling_absorb7.ogg' = 1,
)
each_once = TRUE
mid_length = 3 SECONDS
volume = 80
ignore_walls = FALSE