This commit is contained in:
SkyMarshal
2015-08-30 14:15:20 -07:00
parent 491bb6931a
commit 772c320303
14 changed files with 258 additions and 286 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
/obj/structure/lattice/New()
..()
///// Z-Level Stuff
if(!(istype(src.loc, /turf/space) || istype(src.loc, /turf/simulated/floor/open)))
if(!(istype(src.loc, /turf/space) || istype(src.loc, /turf/simulated/open)))
///// Z-Level Stuff
qdel(src)
for(var/obj/structure/lattice/LAT in src.loc)