mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
da8e3110a7
## About The Pull Request This applies the `SECONDS` defines to all the looping sounds time variables. ## Why It's Good For The Game N/A ## Changelog 🆑 code: Add `SECONDS` defines to looping sounds time variables /🆑
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
/// Soundloop for the acid component.
|
|
/datum/looping_sound/acid
|
|
mid_sounds = list('sound/items/tools/welder.ogg' = 1)
|
|
mid_length = 1 SECONDS
|
|
volume = 150
|