diff --git a/tools/playground/CMakeLists.txt b/tools/playground/CMakeLists.txt index 21dbbe6c7..14db195b8 100644 --- a/tools/playground/CMakeLists.txt +++ b/tools/playground/CMakeLists.txt @@ -80,11 +80,13 @@ DFHACK_TOOL(dfprinttiletypes printtiletypes.cpp) # Will have many options in the future. DFHACK_TOOL(dfhellhole hellhole.cpp) -# skillmodify +# dfcreature # Author: raoulxq -# Lets modify skills and labors of dwarfs and other creatures -# Allows mass-modify, esp. for all immigrants -DFHACK_TOOL(dfskillmodify skillmodify.cpp) +# - Display creatures +# - Modify skills and labors of creatures +# - Kill creatures +# - Etc. +DFHACK_TOOL(dfcreature creature.cpp) # digpattern # Author: raoulxq diff --git a/tools/playground/skillmodify.cpp b/tools/playground/creature.cpp similarity index 100% rename from tools/playground/skillmodify.cpp rename to tools/playground/creature.cpp