Skip to content

Commit

Permalink
adds discord paragraph to hub display (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
comatic0 committed Oct 28, 2023
1 parent 0821ac6 commit 3df5010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ var/world_topic_spam_protect_time = world.timeofday
var/s = ""

if(CONFIG_GET(string/servername))
s += "<a href=\"[CONFIG_GET(string/forumurl)]\"><b>[CONFIG_GET(string/servername)]</b></a>"

s += "<b>[CONFIG_GET(string/servername)]</b>"
s += "<br>Discord: [CONFIG_GET(string/forumurl)]"
if(SSmapping?.configs)
var/datum/map_config/MG = SSmapping.configs[GROUND_MAP]
s += "<br>Map: [MG?.map_name ? "<b>[MG.map_name]</b>" : ""]"
Expand Down

0 comments on commit 3df5010

Please sign in to comment.