Merge pull request #10955 from SkyMarshal/multi-z

Overhauls Multi-Z
This commit is contained in:
Zuhayr
2015-09-05 11:36:59 +09:30
24 changed files with 396 additions and 828 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)