Fix missing keyword argument syntax in typecache_filter_list

This commit is contained in:
CitadelStationBot
2017-07-19 04:09:00 -05:00
parent c294d781b6
commit 4d79c387a8
+10
View File
@@ -0,0 +1,10 @@
diff a/code/__HELPERS/_lists.dm b/code/__HELPERS/_lists.dm (rejected hunks)
@@ -90,7 +90,7 @@
//returns a new list with only atoms that are in typecache L
//if reversed, return a new list with only atoms that aren't in typecache L
-/proc/typecache_filter_list(list/atoms, list/typecache, reversed)
+/proc/typecache_filter_list(list/atoms, list/typecache, reversed=FALSE)
. = list()
for (var/thing in atoms)
var/atom/A = thing