ily putnam

This commit is contained in:
silicons
2020-12-26 18:41:31 -08:00
parent b885abb69d
commit 36125c609d
+3
View File
@@ -147,6 +147,9 @@ proc/get_top_level_mob(var/mob/S)
var/list/processing = list()
var/safety = 25
for(var/obj/structure/table/T in range(user, 1))
processing |= T
for(var/i in processing)
var/obj/structure/table/T = i
if(safety-- <= 0)
to_chat(user, "Table scan aborted early, some people might have not received the message (max 25)")
break