[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:
SkyratBot
2024-02-29 22:55:53 +01:00
committed by GitHub
co-authored by 13spacemen
parent 651e480576
commit a4b6b05149
2 changed files with 2 additions and 0 deletions
@@ -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