diff --git a/code/__HELPERS/names.dm b/code/__HELPERS/names.dm index d3ce3787..edef5606 100644 --- a/code/__HELPERS/names.dm +++ b/code/__HELPERS/names.dm @@ -44,7 +44,7 @@ var/religion_name = null return capitalize(name) /proc/system_name() - return "Nyx" + return "Tau Ceti" /proc/station_name() if (station_name) @@ -312,3 +312,10 @@ var/syndicate_code_response//Code response for traitors. return */ + +/proc/forum_link() + if(forum_link) + return forum_link + else + var/forum_link = "http://" + return forum_link \ No newline at end of file diff --git a/code/global.dm b/code/global.dm index 953cbfdc..0d7bd687 100644 --- a/code/global.dm +++ b/code/global.dm @@ -82,6 +82,7 @@ var/station_name = "NSS Aurora" var/game_version = "Baystation12" var/changelog_hash = "" var/game_year = (text2num(time2text(world.realtime, "YYYY")) + 442) +var/forum_link = "http://aurorastation.org/forums/" var/datum/air_tunnel/air_tunnel1/SS13_airtunnel = null var/going = 1.0 @@ -140,7 +141,7 @@ var/list/newplayer_start = list() //Spawnpoints. var/list/latejoin = list() -var/list/latejoin_gateway = list() +//var/list/latejoin_gateway = list() var/list/latejoin_cryo = list() var/list/prisonwarp = list() //prisoners go to these diff --git a/code/modules/client/preferences_spawnpoints.dm b/code/modules/client/preferences_spawnpoints.dm index 504a9620..9b1264a4 100644 --- a/code/modules/client/preferences_spawnpoints.dm +++ b/code/modules/client/preferences_spawnpoints.dm @@ -19,13 +19,14 @@ var/list/spawntypes = list() ..() turfs = latejoin +/*No gateway, no latejoin gateway. Kek. /datum/spawnpoint/gateway display_name = "Gateway" msg = "has completed translation from offsite gateway" /datum/spawnpoint/gateway/New() ..() - turfs = latejoin_gateway + turfs = latejoin_gateway*/ /datum/spawnpoint/cryo display_name = "Cryogenic Storage" diff --git a/code/world.dm b/code/world.dm index 026ff180..a87c0f2a 100644 --- a/code/world.dm +++ b/code/world.dm @@ -287,9 +287,9 @@ var/world_topic_spam_protect_time = world.timeofday s += "[station_name()] - Heavy Roleplay"; s += " (" - s += "" //Change this to wherever you want the hub to link to. + s += "" //Change this to wherever you want the hub to link to. // s += "[game_version]" - s += "Forums" //Replace this with something else. Or ever better, delete it and uncomment the game version. + s += "Forums" s += "" s += ")"