Files
vgstation13/maps/test_tiny.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

21 lines
501 B
Plaintext

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