Files
GS13NG/_maps/_basemap.dm
evilew 63fa317b9b map tweaks
- fixing broken areas, somee APCs and whatnot
2024-11-24 14:58:53 +01:00

22 lines
699 B
Plaintext

//#define LOWMEMORYMODE //uncomment this to load centcom and runtime station and thats it.
#include "map_files\generic\CentCom.dmm"
#ifndef LOWMEMORYMODE
#ifdef ALL_MAPS
#include "map_files\Mining\Lavaland.dmm"
#include "map_files\debug\runtimestation.dmm"
#include "map_files\Deltastation\DeltaStation2.dmm"
#include "map_files\MetaStation\MetaStation.dmm"
#include "map_files\OmegaStation\OmegaStation.dmm"
#include "map_files\PubbyStation\PubbyStation.dmm"
#include "map_files\BoxStation\BoxStation.dmm"
#include "map_files\LambdaStation\lambda.dmm"
#include "map_files\SpookyStation\SpookyStation.dmm"
#ifdef CIBUILDING
#include "templates.dm"
#endif
#endif
#endif