Skip to content

Commit

Permalink
highlight tailor's no dump option
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Aug 29, 2024
1 parent 42d6284 commit df1cd38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit df1cd38

Please sign in to comment.