This commit is contained in:
Zuhayr
2014-07-04 17:56:06 +09:30
parent b670cdcdf1
commit 72e18b9eb5
2 changed files with 7 additions and 4 deletions

View File

@@ -1179,6 +1179,9 @@ About the new airlock wires panel:
user << "\blue You removed the airlock electronics!" user << "\blue You removed the airlock electronics!"
var/obj/structure/door_assembly/da = new assembly_type(src.loc) var/obj/structure/door_assembly/da = new assembly_type(src.loc)
if (istype(da, /obj/structure/door_assembly/multi_tile))
da.dir = src.dir
da.anchored = 1 da.anchored = 1
if(mineral) if(mineral)
da.glass = mineral da.glass = mineral

View File

@@ -7,4 +7,4 @@
icon = 'icons/obj/doors/Door2x1glass.dmi' icon = 'icons/obj/doors/Door2x1glass.dmi'
opacity = 0 opacity = 0
glass = 1 glass = 1
assembly_type = "obj/structure/door_assembly/multi_tile" assembly_type = /obj/structure/door_assembly/multi_tile