mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
Several of the greps were missing the `-P` switch which caused them to fail to match things. The EOL grep also wasn't working right so I replaced it with the one I added to TGMC.
13 lines
632 B
Plaintext
13 lines
632 B
Plaintext
GLOBAL_VAR_INIT(master_mode, "traitor") //"extended"
|
|
GLOBAL_VAR_INIT(secret_force_mode, "secret") // if this is anything but "secret", the secret rotation will forceably choose this mode
|
|
GLOBAL_VAR(common_report) //Contains common part of roundend report
|
|
GLOBAL_VAR(survivor_report) //Contains shared survivor report for roundend report (part of personal report)
|
|
|
|
|
|
GLOBAL_VAR_INIT(wavesecret, 0) // meteor mode, delays wave progression, terrible name
|
|
GLOBAL_DATUM(start_state, /datum/station_state) // Used in round-end report
|
|
|
|
|
|
//TODO clear this one up too
|
|
GLOBAL_DATUM(cult_narsie, /obj/singularity/narsie/large/cult)
|