mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 11:42:27 +00:00
* Remove a bunch of old gamemode code * Mirror! * Woopsie, modular game modes! Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: Funce <funce.973@gmail.com>
14 lines
570 B
Plaintext
14 lines
570 B
Plaintext
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/narsie)
|
|
|
|
///We want reality_smash_tracker to exist only once and be accessible from anywhere.
|
|
GLOBAL_DATUM_INIT(reality_smash_track, /datum/reality_smash_tracker, new)
|