mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 09:22:41 +00:00
* SPACE OPTIMIZATION * Don't need this instancing anymore either * Forgot to drop this * FASTER!!!! * FASTER!!!!!!!!! * Move this back, it makes no difference * Fix a potential bug * FAAAAAAASSSSSSTTTTTTTTERRRRRR!!!! * open * Ye be warned * Better diagnostics + fixes * Fewer false positives * Bleh * Remove the unecessary z-expansions
18 lines
586 B
Plaintext
18 lines
586 B
Plaintext
#ifdef ALL_MAPS
|
|
#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\TgStation\tgstation.2.1.3.dmm"
|
|
|
|
#include "map_files\generic\Centcomm.dmm"
|
|
#include "map_files\generic\Lavaland.dmm"
|
|
#include "map_files\generic\Space.dmm"
|
|
#include "map_files\generic\SpaceDupe.dmm"
|
|
#include "map_files\generic\SpaceDock.dmm"
|
|
|
|
#ifdef TRAVISBUILDING
|
|
#include "templates.dm"
|
|
#endif
|
|
#endif |