We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71c156 commit 17c650eCopy full SHA for 17c650e
1 file changed
docs/exterminate.rst
@@ -36,6 +36,9 @@ Examples
36
Kill all non-friendly creatures.
37
``exterminate all:MALE``
38
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.
42
43
Options
44
-------
@@ -49,6 +52,10 @@ Options
49
52
Specifies the tool should also kill units friendly to the player.
50
53
``-l``, ``--limit <num>``
51
54
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.
59
60
Methods
61
0 commit comments