Files
CHOMPStation2/code/_global_vars/configuration.dm
2025-04-21 19:16:48 +02:00

12 lines
458 B
Plaintext

// See initialization order in /code/game/world.dm
// GLOBAL_REAL(config, /datum/controller/configuration)
GLOBAL_REAL(config, /datum/controller/configuration) = new
GLOBAL_DATUM_INIT(revdata, /datum/getrev, new)
GLOBAL_VAR_INIT(game_version, "CHOMPStation") // CHOMPEdit TFF 24/12/19 - Chompers
GLOBAL_VAR_INIT(changelog_hash, "")
// Debug2 is used in conjunction with a lot of admin verbs and therefore is actually legit.
GLOBAL_VAR_INIT(Debug2, FALSE)