Files
VOREStation/maps/groundbase/groundbase.dm
VerySoft 5781b32a98 Fixes my goof!
Just add the maps_vr file for GB for now since it's the only thing that uses it!

I'll tweak it more later, but this will fix lateload maps not loading on maps that aren't Rascal's Pass.
2022-05-01 21:57:09 -04:00

26 lines
680 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 "..\offmap_vr\common_offmaps.dm"
#include "..\tether\tether_jobs.dm"
#include "groundbase_poi_stuff.dm"
#include "gb-wilds.dm"
#include "..\~map_system\maps_vr.dm"
#if !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