mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-16 10:12:19 +01:00
Other Config
* Updated a few links and name things * Lategame spawnpoints managed
This commit is contained in:
@@ -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
|
||||
+2
-1
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
+2
-2
@@ -287,9 +287,9 @@ var/world_topic_spam_protect_time = world.timeofday
|
||||
|
||||
s += "<b>[station_name()] - Heavy Roleplay</b>";
|
||||
s += " ("
|
||||
s += "<a href=\"http://aurorastation.org/forums/\">" //Change this to wherever you want the hub to link to.
|
||||
s += "<a href=\"[forum_link()]\">" //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 += "</a>"
|
||||
s += ")"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user