mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +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)
|
||||
|
||||
Reference in New Issue
Block a user