Merge pull request #3809 from ab9rf/reenable-spectatte

reenable `spectate`
develop
Myk 2023-10-03 10:59:56 -07:00 committed by GitHub
commit 9e6e06fbe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

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

@ -3,7 +3,7 @@ spectate
.. dfhack-tool::
:summary: Automatically follow productive dwarves.
:tags: unavailable fort interface
:tags: fort interface
Usage
-----

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