Hub refresh - Cleans up update_status(), adds more hub-related config options, and more!

This commit is contained in:
deathride58
2022-05-05 14:52:53 -04:00
parent bb1a7a61a2
commit 40730237f2
5 changed files with 51 additions and 48 deletions

View File

@@ -2,9 +2,15 @@
/datum/config_entry/string/servername // server name (the name of the game window)
/datum/config_entry/string/communityshortname // short name of the server's community
/datum/config_entry/string/communitylink // link to the server's website
/datum/config_entry/string/servertagline
config_entry_value = "We forgot to set the server's tagline in config.txt"
/datum/config_entry/flag/usetaglinestrings
/datum/config_entry/string/serversqlname // short form server name used for the DB
/datum/config_entry/string/stationname // station name (the name of the station in-game)