Files
vgstation13/maps/test_box.dm
unid15 f183bd8ae8 Turn holodeck areas into a map element (#11593)
* Turn holodeck into a dungeon

* 2

* Remove

* Add sorted
2016-08-27 23:11:45 -05:00

24 lines
499 B
Plaintext

//**************************************************************
// Map Datum -- Teststation
//**************************************************************
/datum/map/active
nameShort = "test_box"
nameLong = "Test Station"
map_dir = "teststation_box"
tDomeX = 8
tDomeY = 8
tDomeZ = 1
zLevels = list(
/datum/zLevel/station,
)
load_map_elements = list(
/datum/map_element/dungeon/holodeck
)
////////////////////////////////////////////////////////////////
#include "test_box.dmm"