Skip to content

Commit

Permalink
Update world.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSidiousPalpatine committed Nov 26, 2024
1 parent 53a0479 commit 27b2654
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -480,15 +480,18 @@ var/global/shutdown_processed = FALSE
/world/proc/update_status()
var/s = ""

if (config && config.siteurl)
s += "<a href=\"[config.siteurl]\">"

s += "<b>"

if (config && config.server_name)
s += "[config.server_name] &#8212; "

s += "[station_name()]</b>";
s += "[station_name()]</b>"

if (config && config.siteurl)
s += " (<a href=\"[config.siteurl]\">links</a>)"
s += "</a>";

s += "<br>Roleplay: <b>Medium</b>"

Expand Down

0 comments on commit 27b2654

Please sign in to comment.