Skip to content

Commit df1cd38

Browse files
committed
highlight tailor's no dump option
1 parent 42d6284 commit df1cd38

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Template for new versions:
4444
## Misc Improvements
4545
- `gui/sitemap`: show whether a unit is friendly, hostile, or wildlife
4646
- `gui/sitemap`: show whether a unit is caged
47+
- `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
4748

4849
## Removed
4950

internal/control-panel/registry.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COMMANDS_BY_IDX = {
4242
conflicts={'cleanowned-nodump'},
4343
params={'--time', '1', '--timeUnits', 'months', '--command', '[', 'cleanowned', 'X', ']'}},
4444
{command='cleanowned-nodump', group='automation', mode='repeat',
45-
desc='Encourage dwarves to drop tattered clothing on the floor when there is new available clothing.',
45+
desc='Drop tattered clothing, but don\'t mark it for dumping. Pairs well with tailor and tailor confiscate false.',
4646
conflicts={'cleanowned'},
4747
params={'--time', '1', '--timeUnits', 'months', '--command', '[', 'cleanowned', 'X', 'nodump', ']'}},
4848
{command='gui/settings-manager load-standing-orders', group='automation', mode='run',
@@ -59,6 +59,8 @@ COMMANDS_BY_IDX = {
5959
{command='seedwatch', group='automation', mode='enable'},
6060
{command='suspendmanager', group='automation', mode='enable'},
6161
{command='tailor', group='automation', mode='enable'},
62+
{command='tailor confiscate false', group='automation', mode='run',
63+
desc='Enable if you don\'t want old clothes to be dumped. Pairs well with cleanowned-nodump.'},
6264

6365
-- bugfix tools
6466
{command='adamantine-cloth-wear', help_command='tweak', group='bugfix', mode='tweak', default=true,

0 commit comments

Comments
 (0)