Adds Citadel Station to the game (finally).

Version 0.9.0
This commit is contained in:
Leon-Leonardo
2017-03-11 22:58:48 -05:00
parent 906b8e59d0
commit 24ca0aeffd
2 changed files with 6277 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
#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\CitadelStation\CitadelStation-0.9.0.dmm"
#ifndef TRAVIS_MASS_MAP_BUILD
#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/CitadelStation"
#define MAP_FILE "CitadelStation-0.9.0"
#define MAP_NAME "Citadel Station"
#define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG
#endif
#elif !defined(MAP_OVERRIDE)
#warn a map has already been included, ignoring /tg/station 2.
#endif
File diff suppressed because it is too large Load Diff