mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
## About The Pull Request - Removes some unused tram signals that have been replaced with COMSIG_TRANSPORT_ACTIVE. - Renames COMSIG_TRANSPORT_ACTIVE to COMSIG_TRANSPORT_UPDATED to better reflect what it now does, and commonality with other x_UPDATED named signals - Tram door fixes - Fixes admins varediting tram speed not working. Introduces a new var "tram_max_speed" with 100 being the fastest. Easier to understand at a glance and not having to worry about movement delay vars, etc. Admins can just set a value 1-100 and it will change the appropriate internal vars. ## Why It's Good For The Game Fixes, remove unused code ## Changelog 🆑 LT3 fix: Admins can now actually adjust the speed of the tram fix: Fixed tram doors repeating multiple varied copies of their audio fix: Fixed tram doors emergency release sound/animation code: Cleaned up some tram signal code /🆑