Files
CHOMPStation2/code/_global_vars/misc.dm
2018-12-01 00:06:38 -05:00

6 lines
203 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, "    ")