Update tables_racks.dm

This commit is contained in:
silicons
2021-07-21 21:34:10 -07:00
committed by GitHub
parent d38a775a16
commit 224fb7f22c

View File

@@ -252,7 +252,7 @@
. = list()
connected_floodfill_internal(., list())
/obj/structure/table/proc/connected_floodfill_internal(list/out, list/processed)
/obj/structure/table/proc/connected_floodfill_internal(list/out = list(), list/processed = list())
if(processed[src])
return
processed[src] = TRUE