mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
208ca477ee
## About The Pull Request The original jingles werent ours to use. https://file.house/f/BvbXenbCnFfCtVkxbVKEuxW51EY8xgkJkP1dWuPemn4=.mp4 Also does the following to the tram movement sound: 1. It uses sound tokens now (means it updates with movement) 2. It has longer range 3. It no longer has a long end noise ## Changelog 🆑 CabinetOnFire sound: replaces tram jingles sound: improves tram movement audio /🆑
8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
/datum/looping_sound/tram
|
|
start_sound = 'sound/machines/tram/tram_start.ogg'
|
|
start_length = 2.219 SECONDS
|
|
mid_sounds = 'sound/machines/tram/tram_loop.ogg'
|
|
mid_length = 2.219 SECONDS
|
|
use_sound_tokens = TRUE
|
|
extra_range = 10
|