diff --git a/NEWS b/NEWS index db889b4ae..135cb2f42 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,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) diff --git a/Readme.html b/Readme.html index 9ca67c5dd..61d800aed 100644 --- a/Readme.html +++ b/Readme.html @@ -2181,10 +2181,18 @@ unintended inverse dependency of training speed on unit count the units spar more.
-The hive code crashes if there are ungathered products in a hive without bees (bug 6368). +
The hive code crashes if there are ungathered products in a hive without bees (bug 6368). This tweak prevents it by auto-gathering the products if this happens.
Fixes the behavior of crafted items wearing out over time (bug 6003). +With this tweak, items made from cloth and leather will gain a level of wear every 20 years.
+Prevents adamantine clothing from wearing out while being worn (bug 6481).
+