Adds engine waste intercooler

Also fixes pipes in space having the wrong layer set.
This commit is contained in:
mwerezak
2014-09-07 16:51:59 -04:00
parent f34882bdd1
commit 248a8057ac
2 changed files with 57 additions and 37 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
/obj/machinery/atmospherics/pipe/New()
..()
//so pipes under walls are hidden
if(!istype(get_turf(src), /turf/simulated/floor))
if(istype(get_turf(src), /turf/simulated/wall) || istype(get_turf(src), /turf/simulated/shuttle/wall) || istype(get_turf(src), /turf/unsimulated/wall))
level = 1
/obj/machinery/atmospherics/pipe/proc/pipeline_expansion()