Metastation is named, finally! NSS Cerebron. Also tweaks the delays.

This commit is contained in:
tigercat2000
2017-10-26 12:10:29 -07:00
parent 8a588d3aad
commit 2e01b435cc
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
var/datum/lore/atc_controller/atc = new/datum/lore/atc_controller
/datum/lore/atc_controller
var/delay_max = 5 MINUTES //How long between ATC traffic, max. Default is 5 mins.
var/delay_min = 1 MINUTES //How long between ATC traffic, min. Default is 1 mins.
var/delay_max = 10 MINUTES //Maximum amount of tiem between ATC messages. Default is 10 mins.
var/delay_min = 5 MINUTES //Minimum amount of time between ATC messages. Default is 5 mins.
var/backoff_delay = 5 MINUTES //How long to back off if we can't talk and want to. Default is 5 mins.
var/next_message //When the next message should happen in world.time
var/force_chatter_type //Force a specific type of messages
+3 -3
View File
@@ -1,9 +1,9 @@
/datum/map/metastation
name = "MetaStation"
full_name = "MetaStation"
full_name = "NSS Cerebron"
station_name = "MetaStation"
station_short = "MetaStation"
station_name = "NSS Cerebron"
station_short = "Cerebron"
dock_name = "NAS Trurl"
company_name = "Nanotrasen"
company_short = "NT"