Lets lattice spawn in ruins by removing overzealous deletions (#19965)

This commit is contained in:
Incoming5643
2016-08-20 17:03:18 -05:00
committed by KorPhaeron
parent 7d9ef1af55
commit f64e2664be
-2
View File
@@ -16,8 +16,6 @@
/obj/structure/lattice/New()
..()
if(!(istype(src.loc, /turf/open/space)))
qdel(src)
for(var/obj/structure/lattice/LAT in src.loc)
if(LAT != src)
qdel(LAT)