mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
24 lines
499 B
Plaintext
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"
|