Skip to content

Commit 17c650e

Browse files
authored
Update exterminate.rst
1 parent f71c156 commit 17c650e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/exterminate.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Examples
3636
Kill all non-friendly creatures.
3737
``exterminate all:MALE``
3838
Kill all non-friendly male creatures.
39+
``exterminate all --children-only``
40+
Kill only non-friendly child units. Helpful for automated cleanup routines
41+
that run on a schedule.
3942

4043
Options
4144
-------
@@ -49,6 +52,10 @@ Options
4952
Specifies the tool should also kill units friendly to the player.
5053
``-l``, ``--limit <num>``
5154
Set the maximum number of units to exterminate.
55+
``-c``, ``--children-only``
56+
Target only child units. Useful for timer-based automation scripts
57+
that periodically remove wandering poults or other child creatures
58+
that may endanger dwarven children.
5259

5360
Methods
5461
-------

0 commit comments

Comments
 (0)