mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-12 18:51:53 +00:00
## About The Pull Request removes a few (hopefully) unused globals ## Why It's Good For The Game these are just clutter ## Changelog N/A
10 lines
509 B
Plaintext
10 lines
509 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_DATUM(start_state, /datum/station_state) // Used in round-end report
|
|
|
|
/// 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)
|
|
|
|
GLOBAL_DATUM(deathmatch_game, /datum/deathmatch_controller) // Deathmatch Minigame controller
|