mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 12:20:09 +01:00
28e969778c
* 1 * Full conversion * . * . --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
12 lines
420 B
Plaintext
12 lines
420 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, "VOREStation")
|
|
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)
|