mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-18 01:27:07 +01:00
34 lines
941 B
Plaintext
34 lines
941 B
Plaintext
#if !defined(USING_MAP_DATUM)
|
|
|
|
#include "tether_defines.dm"
|
|
#include "tether_turfs.dm"
|
|
#include "tether_things.dm"
|
|
#include "tether_phoronlock.dm"
|
|
#include "tether_areas.dm"
|
|
#include "tether_areas2.dm"
|
|
#include "tether_shuttle_defs.dm"
|
|
#include "tether_shuttles.dm"
|
|
#include "tether_telecomms.dm"
|
|
#include "tether_virgo3b.dm"
|
|
|
|
#include "tether-01-surface.dmm"
|
|
#include "tether-02-transit.dmm"
|
|
#include "tether-03-station.dmm"
|
|
#include "tether-04-mining.dmm"
|
|
#include "tether-05-solars.dmm"
|
|
#include "tether-06-colony.dmm"
|
|
#include "tether-07-misc.dmm"
|
|
#include "tether-08-ships.dmm"
|
|
#include "tether-09-empty-surface.dmm"
|
|
#include "tether-10-empty-space.dmm"
|
|
//#include "tether-11-wild-surface.dmm"
|
|
//#include "tether-12-wild-crash-alt.dmm"
|
|
//#include "tether-13-wild-temple.dmm"
|
|
|
|
#define USING_MAP_DATUM /datum/map/tether
|
|
|
|
#elif !defined(MAP_OVERRIDE)
|
|
|
|
#warn A map has already been included, ignoring Tether
|
|
|
|
#endif |