Hopefully fixes some bugs that came out of that merge.

This commit is contained in:
Neerti
2015-09-06 20:00:01 -04:00
parent a9dda6cf3f
commit bedeb1fdff
8 changed files with 11 additions and 16 deletions

View File

@@ -8,10 +8,11 @@
layer = 2.3 //under pipes
// flags = CONDUCT
/obj/structure/lattice/New()
/obj/structure/lattice/New() //turf/simulated/floor/asteroid
..()
///// Z-Level Stuff
if(!(istype(src.loc, /turf/space) || istype(src.loc, /turf/simulated/floor/open) || istype(src.loc, /turf/simulated/floor/asteroid)))///// Z-Level Stuff
if(!(istype(src.loc, /turf/space) || istype(src.loc, /turf/simulated/open) || istype(src.loc, /turf/simulated/floor/asteroid)))
///// Z-Level Stuff
qdel(src)
for(var/obj/structure/lattice/LAT in src.loc)
if(LAT != src)