mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Fixes #5214
This commit is contained in:
@@ -1179,6 +1179,9 @@ About the new airlock wires panel:
|
||||
user << "\blue You removed the airlock electronics!"
|
||||
|
||||
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
|
||||
if(mineral)
|
||||
da.glass = mineral
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
icon = 'icons/obj/doors/Door2x1glass.dmi'
|
||||
opacity = 0
|
||||
glass = 1
|
||||
assembly_type = "obj/structure/door_assembly/multi_tile"
|
||||
assembly_type = /obj/structure/door_assembly/multi_tile
|
||||
Reference in New Issue
Block a user