From 9cdfe36aeabea0317665fa6e57eeb54009c4755e Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Sat, 16 Sep 2023 05:50:53 -0500 Subject: [PATCH] reenable `spectate` by request from the community --- docs/changelog.txt | 1 + plugins/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)