Files
Paradise/code/modules/map_fluff/maps.dm
tigercat2000 cd72dcd8a1 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.
2017-06-28 16:12:15 -07:00

12 lines
305 B
Plaintext

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"