Skip to content

Commit

Permalink
Merge pull request #2 from russ-money/main-branding
Browse files Browse the repository at this point in the history
Main branding
  • Loading branch information
russ-money authored Aug 11, 2024
2 parents 3c93317 + 34545ab commit 05ff8dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@ GLOBAL_VAR(restart_counter)

/world/proc/update_status()
var/s = ""
s += "<center><a href=\"https://discord.gg/bx9c7ha5Qk\">"
s += "<center><a href=\"https://discord.gg/honk\">"
#ifdef MATURESERVER
s += "<big><b>BLACKSTONE</b></big></a><br>"
s += "<big><b>SUBTERRA</b></big></a><br>"
s += "<b>Fantasy Computer Roleplaying Game</b></center><br>"
#else
s += "<big><b>BLACKSTONE</b></big></a><br>"
s += "<big><b>SUBTERRA</b></big></a><br>"
s += "<b>Fantasy Computer Survival Game</b></center><br>"
#endif
// s += "<img src=\"https://i.imgur.com/shj547T.jpg\"></a></center>"
Expand Down Expand Up @@ -429,3 +429,4 @@ GLOBAL_VAR(restart_counter)

/world/proc/on_tickrate_change()
SStimer?.reset_buckets()

0 comments on commit 05ff8dc

Please sign in to comment.