From 5d40b4d2744fa2f8158eb205b8d9fd41809aaee6 Mon Sep 17 00:00:00 2001 From: expwnent Date: Tue, 15 Sep 2015 02:33:11 -0400 Subject: [PATCH] Update NEWS. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 4dd16cada..7a537be30 100644 --- a/NEWS +++ b/NEWS @@ -17,10 +17,13 @@ DFHack Future fix-ster: changes fertility/sterility of animals or dwarves view-item-info: adds information and customisable descriptions to item viewscreens warn-starving: check for starving, thirsty, or very drowsy units and pause with warning if any are found + modtools/create-unit: create new units from nothing + modtools/equip-item: a script to equip items on units New tweaks kitchen-keys: Fixes DF kitchen meal keybindings kitchen-prefs-color: Changes color of enabled items to green in kitchen preferences kitchen-prefs-empty: Fixes a layout issue with empty kitchen tabs + modtools/create-item: arguments are named more clearly, and you can specify the creator to be the unit with id df.global.unit_next_id-1 (useful in conjunction with modtools/create-unit) Fixes Plugins with vmethod hooks can now be reloaded on OS X Lua's os.system() now works on OS X