map cleanups (#7504)

cleanup map files
This commit is contained in:
Letter N
2026-01-27 12:43:51 -05:00
committed by GitHub
parent fed38ec2c8
commit fcdae04ae0
51 changed files with 136467 additions and 136622 deletions
+8
View File
@@ -24,6 +24,14 @@
for(var/atom/movable/AM in old_loc)
AM.fall(old_loc)
/obj/structure/lattice/Initialize(mapload)
. = ..()
for(var/obj/structure/lattice/LAT in loc)
if(LAT == src)
continue
log_mapping("multiple lattices found in ([loc.x], [loc.y], [loc.z], [get_area(LAT)])")
return INITIALIZE_HINT_QDEL
/obj/structure/lattice/legacy_ex_act(severity)
switch(severity)
if(1)