diff --git a/docs/plugins/channel-safely.rst b/docs/plugins/channel-safely.rst index 3acbe66cd..c5dbc37f6 100644 --- a/docs/plugins/channel-safely.rst +++ b/docs/plugins/channel-safely.rst @@ -3,7 +3,7 @@ channel-safely .. dfhack-tool:: :summary: Auto-manage channel designations to keep dwarves safe. - :tags: untested fort auto + :tags: fort auto Multi-level channel projects can be dangerous, and managing the safety of your dwarves throughout the completion of such projects can be difficult and time diff --git a/docs/plugins/cxxrandom.rst b/docs/plugins/cxxrandom.rst index d2775977d..19788e4a4 100644 --- a/docs/plugins/cxxrandom.rst +++ b/docs/plugins/cxxrandom.rst @@ -3,7 +3,7 @@ cxxrandom .. dfhack-tool:: :summary: Provides a Lua API for random distributions. - :tags: untested dev + :tags: dev :no-command: See `cxxrandom-api` for details. diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 76c80b156..1c11cd797 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -100,7 +100,7 @@ dfhack_plugin(cleanowned cleanowned.cpp) #dfhack_plugin(confirm confirm.cpp LINK_LIBRARIES lua) #dfhack_plugin(createitem createitem.cpp) dfhack_plugin(cursecheck cursecheck.cpp) -#dfhack_plugin(cxxrandom cxxrandom.cpp LINK_LIBRARIES lua) +dfhack_plugin(cxxrandom cxxrandom.cpp LINK_LIBRARIES lua) #dfhack_plugin(deramp deramp.cpp) dfhack_plugin(debug debug.cpp LINK_LIBRARIES jsoncpp_static) #dfhack_plugin(dig dig.cpp)