mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-21 07:42:21 +00:00
* Handlers converted, now to fix 3532 compile errors * 3532 compile fixes later, got runtimes on startup * Well the server loads now atleast * Take 2 * Oops
12 lines
481 B
Plaintext
12 lines
481 B
Plaintext
|
|
GLOBAL_VAR_INIT(master_mode, "extended") //"extended"
|
|
GLOBAL_VAR_INIT(secret_force_mode, "secret") // if this is anything but "secret", the secret rotation will forceably choose this mode
|
|
|
|
GLOBAL_VAR_INIT(wavesecret, 0) // meteor mode, delays wave progression, terrible name
|
|
GLOBAL_DATUM(start_state, /datum/station_state) // Used in round-end report. Dont ask why it inits as null
|
|
|
|
GLOBAL_VAR(custom_event_msg)
|
|
GLOBAL_VAR(custom_event_admin_msg)
|
|
|
|
GLOBAL_LIST_EMPTY(summon_spots)
|