diff --git a/changelog.txt b/changelog.txt index 124b4cd6d..dcabce6ce 100644 --- a/changelog.txt +++ b/changelog.txt @@ -44,6 +44,7 @@ Template for new versions: ## Misc Improvements - `gui/sitemap`: show whether a unit is friendly, hostile, or wildlife - `gui/sitemap`: show whether a unit is caged +- `gui/control-panel`: include option for turning off dumping of old clothes for `tailor`, for players who have magma pit dumps and want to save old clothes from being dumped into the magma ## Removed diff --git a/internal/control-panel/registry.lua b/internal/control-panel/registry.lua index 83c4ac8b8..c7b591f8e 100644 --- a/internal/control-panel/registry.lua +++ b/internal/control-panel/registry.lua @@ -42,7 +42,7 @@ COMMANDS_BY_IDX = { conflicts={'cleanowned-nodump'}, params={'--time', '1', '--timeUnits', 'months', '--command', '[', 'cleanowned', 'X', ']'}}, {command='cleanowned-nodump', group='automation', mode='repeat', - desc='Encourage dwarves to drop tattered clothing on the floor when there is new available clothing.', + desc='Drop tattered clothing, but don\'t mark it for dumping. Pairs well with tailor and tailor confiscate false.', conflicts={'cleanowned'}, params={'--time', '1', '--timeUnits', 'months', '--command', '[', 'cleanowned', 'X', 'nodump', ']'}}, {command='gui/settings-manager load-standing-orders', group='automation', mode='run', @@ -59,6 +59,8 @@ COMMANDS_BY_IDX = { {command='seedwatch', group='automation', mode='enable'}, {command='suspendmanager', group='automation', mode='enable'}, {command='tailor', group='automation', mode='enable'}, + {command='tailor confiscate false', group='automation', mode='run', + desc='Enable if you don\'t want old clothes to be dumped. Pairs well with cleanowned-nodump.'}, -- bugfix tools {command='adamantine-cloth-wear', help_command='tweak', group='bugfix', mode='tweak', default=true,