Files
CabinetOnFire 208ca477ee Improves tram audio (Replaces jingles and improves looping sound for movement (#96614)
## 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

/🆑
2026-06-23 00:02:33 +02:00

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