good catch

This commit is contained in:
silicons
2020-12-31 13:34:47 -07:00
committed by GitHub
parent 9c0762f35a
commit 1a027c2fa2
+1 -1
View File
@@ -149,7 +149,7 @@ proc/get_top_level_mob(var/mob/S)
for(var/obj/structure/table/T in range(user, 1))
processing |= T
for(var/i = 1; i <= processing.len; ++i)
var/obj/structure/table/T = i
var/obj/structure/table/T = processing[i]
if(safety-- <= 0)
to_chat(user, "Table scan aborted early, some people might have not received the message (max 25)")
break