mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
## 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 /🆑
15 lines
588 B
Plaintext
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
|