mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 11:51:40 +00:00
* e * Fuck it, I'm pushing it. * Fuck you * Refactored Brigdoors, updated their UI, does annoucements Also updated logging a little bit and documented some things. * Multitool sync
8 lines
272 B
Plaintext
8 lines
272 B
Plaintext
/// The difference betwen midnight (of the host computer) and 0 world.ticks.
|
|
GLOBAL_VAR_INIT(timezoneOffset, 0)
|
|
/// 12:00 in seconds
|
|
GLOBAL_VAR_INIT(gametime_offset, 432000)
|
|
|
|
// I guess this counds as a time var?
|
|
GLOBAL_VAR_INIT(internal_tick_usage, 0.2 * world.tick_lag)
|