Files
Bubberstation/_maps/_basemap.dm
LT3 f252224451 Nebulastation (#2585)
## 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>


![image](https://github.com/user-attachments/assets/eba8e315-6b04-41fe-aada-e72e20549776)


![image](https://github.com/user-attachments/assets/a61ecd22-2342-4ff1-bec0-81c378c3384b)

</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>
2024-12-07 16:17:34 -07:00

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