mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
/obj/effect/landmark/map_data
|
|
name = "Unknown"
|
|
desc = "An unknown location."
|
|
invisibility = 101
|
|
|
|
var/height = 1 ///< The number of Z-Levels in the map.
|
|
var/turf/edge_type ///< What the map edge should be formed with. (null = world.turf)
|