Skip to content

Commit

Permalink
Merge pull request #1329 from Yawn-Wider/18pluschange
Browse files Browse the repository at this point in the history
Adding 18+ tag and discord link to world
  • Loading branch information
izac112 authored Dec 3, 2023
2 parents 0d38544 + 9e8aca7 commit ef22335
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -507,14 +507,16 @@ var/world_topic_spam_protect_time = world.timeofday

s += "<b>[station_name()]</b>";
s += " ("
s += "<a href=\"http://\">" //Change this to wherever you want the hub to link to.
s += "<a href=\"https://discord.gg/0uKK2Yrhgwvc4VSR\">" //Change this to wherever you want the hub to link to. //YW Edit - discord link
// s += "[game_version]"
s += "Default" //Replace this with something else. Or ever better, delete it and uncomment the game version.
s += "Discord" //Replace this with something else. Or ever better, delete it and uncomment the game version. //YW Edit - discord link
s += "</a>"
s += ")"

var/list/features = list()

features += "18+" //YW Edit - 18+ server

if(ticker)
if(master_mode)
features += master_mode
Expand Down

0 comments on commit ef22335

Please sign in to comment.