mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 19:51:59 +00:00
## About The Pull Request Adds a completely brand new multi-z station map "NebulaStation". New areas and few exclusive map shuttles (ferry, mining, arrival, evac, cargo) <details> <summary>Screenshots/Videos</summary>   </details> ## Changelog 🆑 LT3, tgstation add: NebulaStation: a nice, new station map /🆑 --------- Co-authored-by: Kiko Wen <143291881+KikoWen0@users.noreply.github.com> Co-authored-by: Vekter <TheVekter@users.noreply.github.com> Co-authored-by: Roxy <75404941+TealSeer@users.noreply.github.com>
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
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" BUBBER EDIT - UNUSED
|
|
#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" BUBBER EDIT - UNUSED
|
|
#include "map_files\tramstation\tramstation.dmm"
|
|
#include "map_files\NebulaStation\NebulaStation.dmm"
|
|
// SKYRAT EDIT ADDITON START - Compiling our modular maps too!
|
|
#include "map_files\VoidRaptor\VoidRaptor.dmm"
|
|
#include "map_files\KiloStation\KiloStation.dmm"
|
|
// SKYRAT EDIT END
|
|
//#include "map_files\wawastation\wawastation.dmm" BUBBER EDIT - UNUSED
|
|
// BUBBER EDIT ADDITION START
|
|
#include "map_files\biodome\biodome.dmm"
|
|
#include "map_files\moonstation\moonstation.dmm"
|
|
#include "map_files\BoxStation\BoxStation.dmm"
|
|
// BUBBER EDIT ADDITION END
|
|
|
|
#ifdef CIBUILDING
|
|
#include "templates.dm"
|
|
#endif
|
|
#endif
|
|
#endif
|