20 lines
676 B
ReStructuredText
20 lines
676 B
ReStructuredText
|
cleanowned
|
||
|
==========
|
||
|
Confiscates items owned by dwarfs. By default, owned food on the floor
|
||
|
and rotten items are confistacted and dumped.
|
||
|
|
||
|
Options:
|
||
|
|
||
|
:all: confiscate all owned items
|
||
|
:scattered: confiscated and dump all items scattered on the floor
|
||
|
:x: confiscate/dump items with wear level 'x' and more
|
||
|
:X: confiscate/dump items with wear level 'X' and more
|
||
|
:dryrun: a dry run. combine with other options to see what will happen
|
||
|
without it actually happening.
|
||
|
|
||
|
Example:
|
||
|
|
||
|
``cleanowned scattered X``
|
||
|
This will confiscate rotten and dropped food, garbage on the floors and any
|
||
|
worn items with 'X' damage and above.
|