Update repair.dm

This commit is contained in:
silicons
2021-08-12 17:06:08 -07:00
committed by GitHub
parent a60d11d355
commit b4bcfc3ffb

View File

@@ -41,6 +41,7 @@
set waitfor = FALSE
var/turf/B = L
atoms += B
B.assemble_baseturfs(B.type)
for(var/A in B)
atoms += A
if(istype(A,/obj/structure/cable))