Skip to content

Commit

Permalink
Merge pull request #25 from russ-money/branding
Browse files Browse the repository at this point in the history
removes "ERP" from  server description
  • Loading branch information
russ-money authored Aug 19, 2024
2 parents ade24f8 + 1545ddf commit 3bce204
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ GLOBAL_VAR(restart_counter)
var/s = ""
s += "<center><a href=\"https://subterra.honksquad.com\">"
#ifdef MATURESERVER
s += "<big><b>SUBTERRA</b></big></a> - (<a href=\"https://discord.gg/TpMUr67XbB\">Discord</a>)<br>"
s += "<b>Non-ERP Medieval Fantasy Role-Play</b> (ENG), US-West</center><br>"
s += "<b>SUBTERRA</b></a> - (<a href=\"https://discord.gg/TpMUr67XbB\">Discord</a>)<br>"
s += "<b>Jolly Medieval Fantasy Role-Play</b> ENG, US-West</center><br>"
#else
s += "<big><b>SUBTERRA</b></big></a> - (<a href=\"https://discord.gg/TpMUr67XbB\">Discord</a>)<br>"
s += "<b>Non-ERP Medieval Fantasy Role-Play</b> (ENG), US-West</center><br>"
s += "<b>SUBTERRA</b></a> - (<a href=\"https://discord.gg/TpMUr67XbB\">Discord</a>)<br>"
s += "<b>Jolly Medieval Fantasy Role-Play</b> ENG, US-West</center><br>"
#endif
// s += "<img src=\"https://i.imgur.com/beKNAnC.png\"></a></center>"

Expand Down

0 comments on commit 3bce204

Please sign in to comment.