Add Secret ZLevels

This commit is contained in:
Novacat
2021-06-06 05:22:27 -04:00
committed by VirgoBot
parent 9fbe2cdfdd
commit 97abfd0549
3 changed files with 974 additions and 0 deletions
+10
View File
@@ -108,6 +108,16 @@
return 1
/obj/effect/landmark/forbidden_level
delete_me = 1
/obj/effect/landmark/forbidden_level/Initialize()
. = ..()
if(using_map)
using_map.secret_levels |= z
else
log_error("[type] mapped in but no using_map")
/obj/effect/landmark/virtual_reality
name = "virtual_reality"
icon = 'icons/mob/screen1.dmi'