diff --git a/code/__HELPERS/lists.dm b/code/__HELPERS/lists.dm index 8cec13010a5..77bf2bf2350 100644 --- a/code/__HELPERS/lists.dm +++ b/code/__HELPERS/lists.dm @@ -569,7 +569,7 @@ proc/dd_sortedObjectList(list/incoming) /proc/subtypesof(var/path) //Returns a list containing all subtypes of the given path, but not the given path itself. if(!path || !ispath(path)) - CRASH("Invalid path, failed to fetch subtypes of \"[path]\".)") + CRASH("Invalid path, failed to fetch subtypes of \"[path]\".") return (typesof(path) - path) /datum/proc/dd_SortValue()