[suggestion] Auto-Refuse worn out clothing
A function that checks for unworn clothing, armor, etc. with x, X, XX, etc. tag and marks them for dumping periodically throughout the fort, preventing the never-ending build-up of worn out clothing over time (primarily caused by the autoclothing and tailor features).
Note that tailor already marks work clothing for dumping when it wants to poke a dwarf to go get a replacement, so this would solve the cases that are not already handled by tailor.
I believe this use case will be handled by the new stocks interface being worked on in #3150. You'll be able to filter by wear and mark all for trade/dump
but if I use autoclothing - how do I solve it?
isn't this just cleanowned x or cleanowned X?
Yeah, but I need to manually enter it here and there. Is there a way like scheduled command execution? Or my best bet to add such commands to hotkey (keybind) and execute it from time to time?
Yeah, but I need to manually enter it here and there. Is there a way like scheduled command execution? Or my best bet to add such commands to hotkey (keybind) and execute it from time to time?
I believe there is already a standard option in the control panel to run cleanowned once a month, and you can use the repeat command to set up your own repeating commands; see repeat.
Thank you!