Ports "areas_in_z after start population fix"

This commit is contained in:
Ghommie
2019-06-16 08:45:37 +02:00
parent d5bfe16c78
commit b5e3da68bd
4 changed files with 19 additions and 6 deletions
+2
View File
@@ -86,6 +86,8 @@
newA.contents += thing
thing.change_area(old_area, newA)
newA.reg_in_areas_in_z()
var/list/firedoors = oldA.firedoors
for(var/door in firedoors)
var/obj/machinery/door/firedoor/FD = door