mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
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.
22 lines
1004 B
Plaintext
22 lines
1004 B
Plaintext
// This is for Travis testing. DO NOT SET THIS AS THE GAME'S MAP NORMALLY!
|
|
|
|
#if !defined(USING_MAP_DATUM)
|
|
#include "map_files\RandomZLevels\beach.dmm"
|
|
#include "map_files\RandomZLevels\moonoutpost19.dmm"
|
|
#include "map_files\RandomZLevels\undergroundoutpost45.dmm"
|
|
#include "map_files\RandomZLevels\academy.dmm"
|
|
#include "map_files\RandomZLevels\blackmarketpackers.dmm"
|
|
#include "map_files\RandomZLevels\spacehotel.dmm"
|
|
#include "map_files\RandomZLevels\stationCollision.dmm"
|
|
#include "map_files\RandomZLevels\wildwest.dmm"
|
|
|
|
#include "map_files\RandomZLevels\evil_santa.dmm"
|
|
|
|
#define MAP_TRANSITION_CONFIG list(AWAY_MISSION = UNAFFECTED, AWAY_MISSION = UNAFFECTED, AWAY_MISSION = UNAFFECTED, AWAY_MISSION = UNAFFECTED, AWAY_MISSION = UNAFFECTED, AWAY_MISSION = UNAFFECTED, AWAY_MISSION = UNAFFECTED, AWAY_MISSION = UNAFFECTED, AWAY_MISSION = UNAFFECTED, AWAY_MISSION = UNAFFECTED)
|
|
|
|
#define USING_MAP_DATUM /datum/map
|
|
|
|
#elif !defined(MAP_OVERRIDE)
|
|
#warn a map has already been included.
|
|
#endif
|