diff --git a/code/__HELPERS/_lists.dm b/code/__HELPERS/_lists.dm index 57df4f6d0c..df3daeeff9 100644 --- a/code/__HELPERS/_lists.dm +++ b/code/__HELPERS/_lists.dm @@ -101,7 +101,7 @@ for (var/thing in atoms) var/atom/A = thing if (!typecache[A.type]) - . += A + . += A //Like typesof() or subtypesof(), but returns a typecache instead of a list /proc/typecacheof(path, ignore_root_path, only_root_path = FALSE)