mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
8 lines
339 B
Plaintext
8 lines
339 B
Plaintext
/datum/looping_sound/showering
|
|
start_sound = 'sound/machines/shower/shower_start.ogg'
|
|
start_length = 2
|
|
mid_sounds = list('sound/machines/shower/shower_mid1.ogg' = 1,'sound/machines/shower/shower_mid2.ogg' = 1,'sound/machines/shower/shower_mid3.ogg' = 1)
|
|
mid_length = 10
|
|
end_sound = 'sound/machines/shower/shower_end.ogg'
|
|
volume = 20
|