Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion internal/control-panel/registry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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,
Expand Down