Files
Polaris/code/_global_vars/misc.dm
2018-09-30 11:17:12 -05:00

5 lines
202 B
Plaintext

GLOBAL_LIST_EMPTY(all_observable_events)
GLOBAL_VAR_INIT(timezoneOffset, 0) // The difference betwen midnight (of the host computer) and 0 world.ticks.
GLOBAL_VAR_INIT(TAB, "    ")