File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
4043Options
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
5360Methods
5461-------
You can’t perform that action at this time.
0 commit comments