This commit is contained in:
Geeves
2021-03-01 17:40:59 +02:00
committed by GitHub
parent 0d5ada01c8
commit 714448e714
42 changed files with 307 additions and 497 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
// If you add a more comprehensive system, just untick this file.
// WARNING: Only works for up to 17 z-levels!
/obj/effect/landmark/map_data
add_to_landmark_list = FALSE
// If the height is more than 1, we mark all contained levels as connected.
/obj/effect/landmark/map_data/New()
/obj/effect/landmark/map_data/do_landmark_action()
SSatlas.height_markers += src
/obj/effect/landmark/map_data/proc/setup()