This commit is contained in:
Rohesie
2020-07-04 05:03:59 +02:00
committed by GitHub
parent 22e4bfd629
commit fc3a93323b
7 changed files with 35 additions and 113 deletions
+4 -2
View File
@@ -28,8 +28,10 @@
/obj/structure/lattice/Initialize(mapload)
. = ..()
for(var/obj/structure/lattice/LAT in loc)
if(LAT != src)
QDEL_IN(LAT, 0)
if(LAT == src)
continue
stack_trace("multiple lattices found in ([loc.x], [loc.y], [loc.z])")
return INITIALIZE_HINT_QDEL
/obj/structure/lattice/blob_act(obj/structure/blob/B)
return