Skip to content

Commit

Permalink
DeltaStation 2.0 (tgstation#22066)
Browse files Browse the repository at this point in the history
* Deltastation Playtest map

* Fixed Final Draft Deltastation Testmerge Playtest

* Fixed Final Draft Deltastation Testmerge Playtest and removes empty file

* Final Draft Deltastation bugs, issues, oversights fix 2.0

* More fixes!

* May the fixes guide you on your journey, brave undead

* minor fixes for the night

* more bugfixes 3.0!!

* A big ol' batch of potpourri

* added camera network for bridge/telecomms/engi/atmos

* minor fixes

* xenobiology cameras

* Xenobiology and chemistry grenade casings

* DeltaStation 2.0
  • Loading branch information
Okand37 authored and KorPhaeron committed Dec 17, 2016
1 parent a6c1364 commit cf8610d
Show file tree
Hide file tree
Showing 2 changed files with 11,154 additions and 0 deletions.
29 changes: 29 additions & 0 deletions _maps/deltastation.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#if !defined(MAP_FILE)

#define TITLESCREEN "title" //Add an image in misc/fullscreen.dmi, and set this define to the icon_state, to set a custom titlescreen for your map

#define MINETYPE "lavaland"

#include "map_files\DeltaStation\DeltaStation2.dmm"
#include "map_files\generic\z2.dmm"
#include "map_files\generic\z3.dmm"
#include "map_files\generic\z4.dmm"
#include "map_files\generic\lavaland.dmm"
#include "map_files\generic\z6.dmm"
#include "map_files\generic\z7.dmm"
#include "map_files\generic\z8.dmm"
#include "map_files\generic\z9.dmm"
#include "map_files\generic\z10.dmm"
#include "map_files\generic\z11.dmm"

#define MAP_PATH "map_files/DeltaStation"
#define MAP_FILE "DeltaStation2.dmm"
#define MAP_NAME "Delta Station"

#define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG

#elif !defined(MAP_OVERRIDE)

#warn a map has already been included, deltastation.

#endif
Loading

0 comments on commit cf8610d

Please sign in to comment.