diff --git a/docs/changelog.txt b/docs/changelog.txt index 044cb1ca4..42793d524 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -52,6 +52,7 @@ Template for new versions: # Future ## New Tools +- `spectate`: automatically follow productive dwarves (returned to availability) ## New Features diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index b96606284..a9421f88d 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -158,7 +158,7 @@ if(BUILD_SUPPORTED) #dfhack_plugin(siege-engine siege-engine.cpp LINK_LIBRARIES lua) dfhack_plugin(sort sort.cpp LINK_LIBRARIES lua) #dfhack_plugin(steam-engine steam-engine.cpp) - #add_subdirectory(spectate) + add_subdirectory(spectate) #dfhack_plugin(stockflow stockflow.cpp LINK_LIBRARIES lua) add_subdirectory(stockpiles) #dfhack_plugin(stocks stocks.cpp)