Adds Multi-Z Test Map

This commit is contained in:
Neerti
2017-03-02 18:44:57 -05:00
parent bb2adf1290
commit 0f781e36a7
20 changed files with 702 additions and 283 deletions

14
maps/example/example.dm Normal file
View File

@@ -0,0 +1,14 @@
#if !defined(USING_MAP_DATUM)
#include "example-1.dmm"
#include "example-2.dmm"
#include "example_defines.dm"
#define USING_MAP_DATUM /datum/map/example
#elif !defined(MAP_OVERRIDE)
#warn A map has already been included, ignoring Northern Star
#endif