reenable `spectate`

by request from the community
develop
Kelly Kinkade 2023-09-16 05:50:53 -05:00
parent 2b11baa35f
commit 9cdfe36aea
2 changed files with 2 additions and 1 deletions

@ -52,6 +52,7 @@ Template for new versions:
# Future
## New Tools
- `spectate`: automatically follow productive dwarves (returned to availability)
## New Features

@ -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)