next globs (#19292)

* next globs

* few more

* some more

* .

* should be added on map laod

* .

* that needs its own PR

* .
This commit is contained in:
Kashargul
2026-03-18 21:27:27 +01:00
committed by GitHub
parent 5ee606f745
commit 91ce60e01b
57 changed files with 367 additions and 365 deletions
@@ -6,7 +6,7 @@
var/exit_landmark
/obj/structure/toilet/Initialize(mapload)
if(z in global.using_map.map_levels)
if(z in using_map.map_levels)
teleplumbed = TRUE
exit_landmark = locate(/obj/effect/landmark/teleplumb_exit)
if(teleplumbed && exit_landmark)