Multi-tile airlock building FIX

This commit is contained in:
Yoshax
2016-05-16 18:31:32 +01:00
parent 61d564be0d
commit 49a249af00
3 changed files with 18 additions and 10 deletions
@@ -282,8 +282,7 @@
else
path = text2path("/obj/machinery/door/airlock[airlock_type]")
var/obj/machinery/door/new_airlock = new path(src.loc, src)
new_airlock.dir = src.dir
new path(src.loc, src)
qdel(src)
else
..()