mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Updates the paradise hub entry format (#17301)
This commit is contained in:
+11
-2
@@ -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> — "
|
||||
s += "<b>[station_name()]</b> "
|
||||
s += "<b>[GLOB.configuration.general.server_name]</b>] — "
|
||||
|
||||
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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user