forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f7ec5b
commit bdceba9
Showing
8 changed files
with
62 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
#define TRAVIS_MASS_MAP_BUILD | ||
#define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG | ||
|
||
#include "birdstation.dm" | ||
#ifdef MAP_OVERRIDE_FILES | ||
#undef MAP_OVERRIDE_FILES | ||
#endif | ||
|
||
#include "deltastation.dm" | ||
#ifdef MAP_OVERRIDE_FILES | ||
#undef MAP_OVERRIDE_FILES | ||
#endif | ||
|
||
#include "metastation.dm" | ||
#ifdef MAP_OVERRIDE_FILES | ||
#undef MAP_OVERRIDE_FILES | ||
#endif | ||
|
||
#include "omegastation.dm" | ||
#ifdef MAP_OVERRIDE_FILES | ||
#undef MAP_OVERRIDE_FILES | ||
#endif | ||
|
||
#include "pubbystation.dm" | ||
#ifdef MAP_OVERRIDE_FILES | ||
#undef MAP_OVERRIDE_FILES | ||
#endif | ||
|
||
#include "tgstation2.dm" | ||
#ifdef MAP_OVERRIDE_FILES | ||
#undef MAP_OVERRIDE_FILES | ||
#endif | ||
|
||
#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" | ||
|
||
#undef TRAVIS_MASS_MAP_BUILD | ||
|
||
#include "runtimestation.dm" | ||
|
||
#define BYOND_WHY_YOU_NO_ALLOW_INCLUDE_LAST_LINE //because byond fails to compile if the last thing in a file is an include. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters