mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-18 04:33:40 +01:00
db0113106f
## About The Pull Request Sorta-config related, replaced magic numbers in station time code with defines and fixed station time calculations. Constant time was (incorrectly) adjusted by your timezone in actual station time calculations despite us changing all time ops to UTC+0, and realtime was adjusted by your timezone in the wrong direction (realtime returns GMT, and station time itself deducted your timezone again). Also fixed station_time_debug debug proc using seconds instead of deciseconds (by converting it to defines) I've also made realtime config change time dilation factor from 12 to 1, as its intended to make station time reflect real time *in the server's own timezone*, and 12x time dilation made it deviate from that extremely quickly (this does not affect gameplay in any meaningful manner, station time dilation only affects displayed clock time and not any in-game events except nightshifts) - Closes #92380 ## Changelog 🆑 fix: Fixed constant and realtime station time being calculated incorrectly /🆑 --------- Co-authored-by: LT3 <83487515+lessthnthree@users.noreply.github.com>