15 lines
447 B
ReStructuredText
15 lines
447 B
ReStructuredText
autoclothing
|
|
============
|
|
|
|
Automatically manage clothing work orders, allowing the user to set how many of
|
|
each clothing type every citizen should have. Usage::
|
|
|
|
autoclothing <material> <item> [number]
|
|
|
|
Examples:
|
|
|
|
* ``autoclothing cloth "short skirt" 10``:
|
|
Sets the desired number of cloth short skirts available per citizen to 10.
|
|
* ``autoclothing cloth dress``:
|
|
Displays the currently set number of cloth dresses chosen per citizen.
|