Files
Bubberstation/code/controllers/subsystem
grungussuss 68535c4c50 Datumize sound keys into sound_effect_datums (#91850)
## About The Pull Request
inspired by https://github.com/tgstation/tgstation/pull/85407

we initialize a global assoc list in SSsounds named sfx_datum_by_key,
with k = SFX_KEY, v = ref to the singleton sound_effect datum, then we
can call return_sfx on the referenced datum to get an sfx
## Why It's Good For The Game
makes the code a bit easier to add onto and work with
## Changelog
🆑
refactor: refactored how sfx with multiple variants are coded, report
any issues with sounds not playing!
/🆑
2025-06-29 03:39:44 -07:00
..
2025-06-25 17:36:10 -07:00
2025-06-25 17:36:10 -07:00
2025-05-16 11:17:19 -07:00
2025-06-25 17:36:10 -07:00
2025-05-27 18:16:21 +02:00
2025-06-25 17:36:10 -07:00
2025-04-06 21:25:24 +02:00