Changed 1 Global Var to test the workflow change (#17174)

This commit is contained in:
Selis
2025-02-17 15:08:08 +01:00
committed by GitHub
parent 405a06f753
commit 9d29d7596b
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -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, "")
+2 -2
View File
@@ -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 += "<a href=\"https://\">" //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 += "</a>"
s += ")"
-1
View File
@@ -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