Hotfix for pod shuttle windows letting air through.

This commit is contained in:
Erthilo
2012-05-16 01:26:16 +01:00
parent 7023d9f79d
commit f33801aa3b

View File

@@ -1,8 +1,6 @@
/obj/structure/shuttle
name = "shuttle"
icon = 'shuttle.dmi'
pressure_resistance = 4*ONE_ATMOSPHERE
/obj/structure/shuttle/window
name = "shuttle window"
@@ -12,6 +10,12 @@
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
..()
/obj/structure/shuttle/engine
name = "engine"