Files
VOREStation/code/modules/multiz/_stubs.dm
Kashargul f6a99359a9 move invisibility to defines (#17612)
* move Invisibility to defines

* .

* .
2025-04-27 16:47:53 +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)