Files
CHOMPStation2/code/_global_vars/misc.dm
2018-10-09 16:31:01 -04: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, "    ")