Actually fixes pod windows this time.

This commit is contained in:
Erthilo
2012-05-16 13:38:36 +01:00
parent 339ca37138
commit 4b86e87ccc

View File

@@ -10,12 +10,9 @@
opacity = 0
anchored = 1
/obj/structure/shuttle/window/New()
var/temploc = src.loc
for(var/turf/simulated/W in range(temploc,0))
W.blocks_air = 1
W.density = 1
..()
CanPass(atom/movable/mover, turf/target, height, air_group)
if(!height || air_group) return 0
else return ..()
/obj/structure/shuttle/engine
name = "engine"