Files
kiwistation/_maps/metastation.dm
T
Metacide 5ed195ccc5 Updated MetaStation.v41A.dmm to MetaStation.v41A.II.dmm
*Added extra hammer and gavel to the courtroom locker
*Added a fluff book to the vault safe
*Added three power control boards to the derelict
*Fixed disconnected APC in secure lab / xenobiology
*Fixed bar camera names
*Fixed name of newly added basketball
*Fixed item path compile issue with biohazard lockers in medbay
2015-04-12 17:30:32 +01:00

34 lines
1.0 KiB
Plaintext

/*
The /tg/ codebase currently requires you to have 7 z-levels of the same size dimensions.
z-level order is important, the order you put them in inside this file will determine what z level number they are assigned ingame.
Names of z-level do not matter, but order does greatly, for instances such as checking alive status of revheads on z1
current as of 2014/11/24
z1 = station
z2 = centcomm
z3 = derelict telecomms satellite
z4 = derelict station
z5 = mining
z6 = empty space
z7 = empty space
*/
#if !defined(MAP_FILE)
#include "map_files\MetaStation\MetaStation.v41A.II.dmm"
#include "map_files\MetaStation\z2.dmm"
#include "map_files\MetaStation\z3.dmm"
#include "map_files\MetaStation\z4.dmm"
#include "map_files\MetaStation\z5.dmm"
#include "map_files\generic\z6.dmm"
#include "map_files\generic\z7.dmm"
#define MAP_FILE "MetaStation.v41A.II.dmm"
#define MAP_NAME "MetaStation"
#elif !defined(MAP_OVERRIDE)
#warn a map has already been included, ignoring MetaStation.
#endif