mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 15:03:48 +00:00
Actually fixes pod windows this time.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user