Files
Tim da8e3110a7 Add SECONDS defines to looping sounds time variables (#88718)
## 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
/🆑
2025-01-06 13:45:44 -08:00

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