Files
CHOMPStation2/maps/tether/tether.dm
2018-02-02 23:15:55 -05:00

33 lines
858 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-surface1.dmm"
#include "tether-02-surface2.dmm"
#include "tether-03-surface3.dmm"
#include "tether-04-transit.dmm"
#include "tether-05-station1.dmm"
#include "tether-06-station2.dmm"
#include "tether-07-station3.dmm"
#include "tether-08-mining.dmm"
#include "tether-09-solars.dmm"
#include "tether-10-colony.dmm"
#include "submaps/_tether_submaps.dm"
#define USING_MAP_DATUM /datum/map/tether
#elif !defined(MAP_OVERRIDE)
#warn A map has already been included, ignoring Tether
#endif