Skip to content

Commit

Permalink
Update world.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AzzyDreemurr13 authored Nov 10, 2024
1 parent ac4ffc7 commit 21867e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -437,12 +437,14 @@ var/global/shutdown_processed = FALSE
s += "<a href=\"[config.discord_invite_url]\">"
s += "discord"
s += "</a>"
s += "):"
s += "\n"

s += "<br>"
var/list/features = list()

features += "Roleplay: <b>Medium</b>"
features += "<br>Roleplay: <b>Medium</b>"
features += "<br>Round Duration: [roundduration2text()]"
features += "<br>Last updates: <a href=\"[config.changelog_link]\""

if(SSticker)
if(master_mode)
Expand Down Expand Up @@ -478,7 +480,7 @@ var/global/shutdown_processed = FALSE
features += "hosted by <b>[config.hostedby]</b>"

if (features)
s += ": [jointext(features, ", ")]"
s += "[jointext(features, ", ")]"

/* does this help? I do not know */
if (src.status != s)
Expand Down

0 comments on commit 21867e5

Please sign in to comment.