mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-27 01:33:32 +00:00
Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
29 lines
725 B
Plaintext
29 lines
725 B
Plaintext
#if !defined(USING_MAP_DATUM)
|
|
|
|
#include "tether_defines.dm"
|
|
#include "tether_turfs.dm"
|
|
#include "tether_things.dm"
|
|
#include "tether_shuttles.dm"
|
|
#include "tether_telecomms.dm"
|
|
#include "tether_events.dm"
|
|
|
|
#ifndef AWAY_MISSION_TEST //Don't include these for just testing away missions
|
|
#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-mining.dmm"
|
|
#include "tether-07-solars.dmm"
|
|
#endif
|
|
|
|
#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
|