Updates the paradise hub entry format (#17301)

This commit is contained in:
S34N
2022-01-09 09:06:29 +00:00
committed by GitHub
parent ca49c90ab5
commit 6aa57fdf21
2 changed files with 12 additions and 3 deletions
+11 -2
View File
@@ -194,8 +194,14 @@ GLOBAL_LIST_EMPTY(world_topic_handlers)
var/s = ""
if(GLOB.configuration.general.server_name)
s += "<b>[GLOB.configuration.general.server_name]</b> &#8212; "
s += "<b>[station_name()]</b> "
s += "<b>[GLOB.configuration.general.server_name]</b>] &#8212; "
s += "<b>[station_name()]</b>"
else // else so it neatly closes the byond hub initial square bracket even without a server name
s += "<b>[station_name()]</b>]"
if(GLOB.configuration.url.discord_url)
s += " (<a href=\"[GLOB.configuration.url.discord_url]\">Discord</a>)"
if(GLOB.configuration.general.server_tag_line)
s += "<br>[GLOB.configuration.general.server_tag_line]"
@@ -206,6 +212,9 @@ GLOBAL_LIST_EMPTY(world_topic_handlers)
s += "<br><b>STARTING</b>"
s += "<br>"
s += "\["
var/list/features = list()
if(!GLOB.enter_allowed)
+1 -1
View File
@@ -295,7 +295,7 @@ server_name = "ParaCode Test"
# EG: The perfect mix of RP & action
server_tag_line = "ParaCode Testing Server"
# Server features. Shows in a newline
server_features = "Medium RP, varied species/jobs."
server_features = "Medium RP, varied species/jobs"
# Allow OOC character metadata notes
allow_character_metadata = true
# Lobby time before roundstart (Seconds)