diff --git a/auxlua.dll b/auxlua.dll old mode 100755 new mode 100644 diff --git a/code/modules/admin/verbs/lua/README.md b/code/modules/admin/verbs/lua/README.md index a729ef6b49c..e79fdd93695 100644 --- a/code/modules/admin/verbs/lua/README.md +++ b/code/modules/admin/verbs/lua/README.md @@ -36,7 +36,10 @@ Equivalent to DM's `list[index] = value` Equivalent to DM's `list.Add(value)` ### list:to_table() -Converts a DM list into a Lua table. +Converts a DM list into a lua table. + +### list:of_type(type_path) +Will extract only values of type `type_path`. --- diff --git a/dependencies.sh b/dependencies.sh index 75f3e0ea16a..0f2e21aa3ad 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -24,4 +24,4 @@ export PYTHON_VERSION=3.7.9 export AUXLUA_REPO=tgstation/auxlua #auxlua git tag -export AUXLUA_VERSION=0.2.1 +export AUXLUA_VERSION=1.0.0