Air Traffic Control & Map Lore

Air Traffic Control from Polaris. Every TBD to TBD minutes, a radio
exchange happens between a ship and Cyberiad Space Control, ranging from
system transfer permission to declaring an emergency.

Refactored MAP_NAME into /datum/map files. This also allows for built-in
map lore (really just the name and system, which is only used for ATC).

Secondary commit will adjust all of the lore to match our own instead of
Polaris's.
This commit is contained in:
tigercat2000
2017-06-28 16:12:15 -07:00
parent 4ae1df57c3
commit cd72dcd8a1
17 changed files with 559 additions and 34 deletions

View File

@@ -0,0 +1,10 @@
/datum/map/cyberiad
name = "Cyberiad"
full_name = "NSS Cyberiad"
station_name = "NSS Cyberiad"
station_short = "Cyberiad"
dock_name = "NAS Trurl"
company_name = "Nanotrasen"
company_short = "NT"
starsys_name = "Epsilon Eridani "

View File

@@ -0,0 +1,12 @@
var/datum/map/using_map = new USING_MAP_DATUM
/datum/map
var/name = "Unnamed Map"
var/full_name = "Unnamed Map"
var/station_name = "BAD Station"
var/station_short = "Baddy"
var/dock_name = "THE PirateBay"
var/company_name = "BadMan"
var/company_short = "BM"
var/starsys_name = "Dull Star"

View File

@@ -0,0 +1,10 @@
/datum/map/metastation
name = "MetaStation"
full_name = "MetaStation"
station_name = "MetaStation"
station_short = "MetaStation"
dock_name = "NAS Trurl"
company_name = "Nanotrasen"
company_short = "NT"
starsys_name = "Epsilon Eridani "