Files
Citadel-Station-13-RP/code/_globalvars/time_vars.dm
Zandario 4d54e290db Security TGUI (#3886)
* 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
2022-04-17 03:20:59 -07:00

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)