Skip to content

Commit

Permalink
New status maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 26, 2023
1 parent df82082 commit 5e13760
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -306,14 +306,11 @@ 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>"

if(SSmapping?.configs)
var/datum/map_config/MG = SSmapping.configs[GROUND_MAP]
s += "<br>Map: [MG?.map_name ? "<b>[MG.map_name]</b>" : ""]"
if(SSticker?.mode)
s += "<br>Mode: <b>[SSticker.mode.name]</b>"
s += "<a href=\"[CONFIG_GET(string/discordurl)]\"><b>[CONFIG_GET(string/servername)]</b></a>"
s += "<br>Hosted by: <b>[CONFIG_GET(string/hostedby)]</b>"
s += "<br>Round time: <b>[duration2text()]</b>"
s += "<br>An RP server focused on a tight knit platoon fighting xenos!"
s += "<br>Shoot the shit *and* shoot shit."

world.status = s

Expand Down

0 comments on commit 5e13760

Please sign in to comment.