Files
CHOMPStation2/code/modules/multiz/_stubs.dm
2025-04-27 20:53:07 +02:00

8 lines
264 B
Plaintext

/obj/effect/landmark/map_data
name = "Unknown"
desc = "An unknown location."
invisibility = INVISIBILITY_ABSTRACT
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)