Add new tweaks to NEWS and dfhack.init-example.

develop
Alexander Gavrilov 2014-05-11 13:19:14 +04:00
parent 4b8f68dfa9
commit 709d6e53b5
2 changed files with 10 additions and 0 deletions

@ -16,6 +16,10 @@ DFHack future
- 'plant create' - spawn a new shrub under the cursor
- command-prompt: a dfhack command prompt in df.
New tweaks:
- craft-age-wear: make crafted items wear out with time like in old versions (bug 6003)
- adamantine-cloth-wear: stop adamantine clothing from wearing out (bug 6481)
Misc improvements:
- digfort: improved csv parsing, add start() comment handling
- exterminate: allow specifying a caste (exterminate gob:male)

@ -156,6 +156,12 @@ tweak military-training
# prevent crash if bees die in a hive with ungathered products by insta-gathering them
tweak hive-crash
# make crafted cloth items wear out with time like in old versions (bug 6003)
tweak craft-age-wear
# stop adamantine clothing from wearing out (bug 6481)
#tweak adamantine-cloth-wear
###########################
# Globally acting plugins #
###########################