Update tables_racks.dm

This commit is contained in:
silicons
2021-07-21 21:33:46 -07:00
committed by GitHub
parent 16622ac95a
commit d38a775a16
+3 -3
View File
@@ -259,9 +259,9 @@
out += src
var/obj/structure/table/other
#define RUN_TABLE(dir) \
T = locate(/obj/structure/table) in get_step(src, dir); \
if(T) { \
T.connected_floodfill_internal(out, processed); \
other = locate(/obj/structure/table) in get_step(src, dir); \
if(other) { \
other.connected_floodfill_internal(out, processed); \
}
RUN_TABLE(NORTH)
RUN_TABLE(SOUTH)