mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Changed 1 Global Var to test the workflow change (#17174)
This commit is contained in:
@@ -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
@@ -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 += ")"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user