Skip to content

Commit

Permalink
Merge pull request #1308 from Bumber64/active_units
Browse files Browse the repository at this point in the history
Give position.rst the "dfhack" tag
  • Loading branch information
myk002 authored Sep 28, 2024
2 parents c142a76 + c25da7d commit 630b49b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/exterminate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Options
``-m``, ``--method <method>``
Specifies the "method" of killing units. See below for details.
``-o``, ``--only-visible``
Specifies the tool should only kill units visible to the player.
Specifies the tool should only kill units visible to the player
on the map.
``-f``, ``--include-friendly``
Specifies the tool should also kill units friendly to the player.
Expand Down
2 changes: 1 addition & 1 deletion docs/position.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ position

.. dfhack-tool::
:summary: Report cursor and mouse position, along with other info.
:tags: adventure fort inspection map
:tags: adventure dfhack fort inspection map

This tool reports the current date, clock time, month, season, and historical
era. It also reports the keyboard cursor position (or just the z-level if no
Expand Down
2 changes: 1 addition & 1 deletion modtools/reaction-trigger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ local validArgs = utils.invert({
'allowMultipleTargets',
'range',
'ignoreWorker',
'dontSkipInactive',
'dontSkipInactive', --TODO: positions for inactive units are meaningless!
'resetPolicy'
})

Expand Down

0 comments on commit 630b49b

Please sign in to comment.