mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-11 18:03:12 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
28 lines
725 B
Plaintext
28 lines
725 B
Plaintext
#if !defined(USING_MAP_DATUM)
|
|
|
|
#include "groundbase_areas.dm"
|
|
#include "groundbase_defines.dm"
|
|
#include "groundbase_shuttles.dm"
|
|
#include "groundbase_telecomms.dm"
|
|
#include "groundbase_things.dm"
|
|
#include "..\tether\tether_jobs.dm"
|
|
#include "groundbase_events.dm"
|
|
#include "groundbase_poi_stuff.dm"
|
|
#include "groundbase_wilds.dm"
|
|
#include "..\offmap_vr\common_offmaps.dm"
|
|
#include "..\~map_system\maps_vr.dm"
|
|
|
|
#ifndef AWAY_MISSION_TEST //Don't include these for just testing away missions
|
|
#include "gb-z1.dmm"
|
|
#include "gb-z2.dmm"
|
|
#include "gb-z3.dmm"
|
|
#endif
|
|
|
|
#define USING_MAP_DATUM /datum/map/groundbase
|
|
|
|
#elif !defined(MAP_OVERRIDE)
|
|
|
|
#warn A map has already been included, ignoring Groundbase
|
|
|
|
#endif
|