mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
9 lines
411 B
Plaintext
9 lines
411 B
Plaintext
GLOBAL_LIST_EMPTY(error_last_seen)
|
|
GLOBAL_LIST_EMPTY(error_cooldown)
|
|
|
|
GLOBAL_DATUM_INIT(all_observable_events, /datum/all_observable_events, new) // This is a datum. It is not a list.
|
|
GLOBAL_DATUM_INIT(destroyed_event, /decl/observ/destroyed, new())
|
|
|
|
GLOBAL_VAR_INIT(timezoneOffset, 0) // The difference betwen midnight (of the host computer) and 0 world.ticks.
|
|
|
|
GLOBAL_VAR_INIT(TAB, " ") |