Files
Bubberstation/_maps/_basemap.dm
lessthanthree 02a8565793 Add Birdshot Station to _basemap.dm (#75073)
## About The Pull Request

Puts Birdshot in _basemap.dm, it wasn't in the original PR.
2023-05-01 14:01:35 -06:00

22 lines
680 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\Birdshot\birdshot.dmm"
#include "map_files\debug\multiz.dmm"
#include "map_files\debug\runtimestation.dmm"
#include "map_files\Deltastation\DeltaStation2.dmm"
#include "map_files\IceBoxStation\IceBoxStation.dmm"
#include "map_files\MetaStation\MetaStation.dmm"
#include "map_files\Mining\Lavaland.dmm"
#include "map_files\NorthStar\north_star.dmm"
#include "map_files\tramstation\tramstation.dmm"
#ifdef CIBUILDING
#include "templates.dm"
#endif
#endif
#endif