mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MIRROR] fixes inability to create material airlocks (#26684)
* fixes inability to create material airlocks (#81711) ## About The Pull Request Fixes https://github.com/tgstation/tgstation/issues/81710 runtime due to parent proc not returning the airlock also added an update_appearance() ## Changelog 🆑 fix: You can build material airlocks again /🆑 * fixes inability to create material airlocks --------- Co-authored-by: 13spacemen <46101244+13spacemen@users.noreply.github.com>
This commit is contained in:
@@ -325,6 +325,7 @@
|
||||
door.update_appearance()
|
||||
|
||||
qdel(src)
|
||||
return door
|
||||
|
||||
/obj/structure/door_assembly/update_overlays()
|
||||
. = ..()
|
||||
|
||||
@@ -293,4 +293,5 @@
|
||||
/obj/structure/door_assembly/door_assembly_material/finish_door()
|
||||
var/obj/machinery/door/airlock/door = ..()
|
||||
door.set_custom_materials(custom_materials)
|
||||
door.update_appearance()
|
||||
return door
|
||||
|
||||
Reference in New Issue
Block a user