Renamed dfskillmodify to dfcreature.

develop
Raoul XQ 2011-04-13 14:47:53 +02:00
parent 841c4b042c
commit 2d1f1b45af
2 changed files with 6 additions and 4 deletions

@ -80,11 +80,13 @@ DFHACK_TOOL(dfprinttiletypes printtiletypes.cpp)
# Will have many options in the future. # Will have many options in the future.
DFHACK_TOOL(dfhellhole hellhole.cpp) DFHACK_TOOL(dfhellhole hellhole.cpp)
# skillmodify # dfcreature
# Author: raoulxq # Author: raoulxq
# Lets modify skills and labors of dwarfs and other creatures # - Display creatures
# Allows mass-modify, esp. for all immigrants # - Modify skills and labors of creatures
DFHACK_TOOL(dfskillmodify skillmodify.cpp) # - Kill creatures
# - Etc.
DFHACK_TOOL(dfcreature creature.cpp)
# digpattern # digpattern
# Author: raoulxq # Author: raoulxq