Merge pull request #15004 from Citadel-Station-13/silicons-patch-3

Admin buildmode repair block now fixes baseturfs instead of simply placing plasteel flooring on empty space
This commit is contained in:
Lin
2021-08-15 00:32:19 -05:00
committed by GitHub

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))