mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 14:15:22 +01:00
c8dce33a8a
* i hate globals i hate globals * more fucking of these * sirryan review
8 lines
327 B
Plaintext
8 lines
327 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_DATUM(start_state, /datum/station_state) // Used in round-end report. Dont ask why it inits as null
|
|
|
|
GLOBAL_VAR(custom_event_msg)
|