From 9d29d7596b333ecf5e2ac4d8940f3ee851dc2f8f Mon Sep 17 00:00:00 2001 From: Selis <12716288+ItsSelis@users.noreply.github.com> Date: Mon, 17 Feb 2025 15:08:08 +0100 Subject: [PATCH] Changed 1 Global Var to test the workflow change (#17174) --- code/_global_vars/configuration.dm | 1 + code/game/world.dm | 4 ++-- code/global.dm | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/_global_vars/configuration.dm b/code/_global_vars/configuration.dm index 3ab241a8fb7..36c08c45658 100644 --- a/code/_global_vars/configuration.dm +++ b/code/_global_vars/configuration.dm @@ -4,4 +4,5 @@ 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, "") diff --git a/code/game/world.dm b/code/game/world.dm index 97804b4d774..ebee8ba4b80 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -130,7 +130,7 @@ var/world_topic_spam_protect_time = world.timeofday else if (copytext(T,1,7) == "status") var/input[] = params2list(T) var/list/s = list() - s["version"] = game_version + s["version"] = GLOB.game_version s["mode"] = master_mode s["respawn"] = CONFIG_GET(flag/abandon_allowed) s["persistance"] = CONFIG_GET(flag/persistence_disabled) @@ -559,7 +559,7 @@ var/world_topic_spam_protect_time = world.timeofday s += span_bold("[station_name()]"); s += " (" s += "" //Change this to wherever you want the hub to link to. -// s += "[game_version]" +// s += "[GLOB.game_version]" s += "Default" //Replace this with something else. Or ever better, delete it and uncomment the game version. s += "" s += ")" diff --git a/code/global.dm b/code/global.dm index 9ca93bfeb1b..4c401f7e396 100644 --- a/code/global.dm +++ b/code/global.dm @@ -31,7 +31,6 @@ var/href_logfile = null // var/const/company_short = "NT" // var/const/star_name = "Vir" // var/const/starsys_name = "Vir" -var/const/game_version = "VOREStation" var/game_year = (text2num(time2text(world.realtime, "YYYY")) + 300) //VOREStation Edit var/round_progressing = 1