OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
208 stars 112 forks source link

Fix `filters = list("type"=...)` #1862

Closed wixoaGit closed 4 months ago

wixoaGit commented 4 months ago

filters = list("type"=...) is the same as filters = filter("type"=...). Interestingly, filters += list("type"=...) does not work.

Fixes #1651