Skip to content

Commit 630b49b

Browse files
authored
Merge pull request #1308 from Bumber64/active_units
Give position.rst the "dfhack" tag
2 parents c142a76 + c25da7d commit 630b49b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/exterminate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Options
4343
``-m``, ``--method <method>``
4444
Specifies the "method" of killing units. See below for details.
4545
``-o``, ``--only-visible``
46-
Specifies the tool should only kill units visible to the player.
46+
Specifies the tool should only kill units visible to the player
4747
on the map.
4848
``-f``, ``--include-friendly``
4949
Specifies the tool should also kill units friendly to the player.

docs/position.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ position
33

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

88
This tool reports the current date, clock time, month, season, and historical
99
era. It also reports the keyboard cursor position (or just the z-level if no

modtools/reaction-trigger.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ local validArgs = utils.invert({
181181
'allowMultipleTargets',
182182
'range',
183183
'ignoreWorker',
184-
'dontSkipInactive',
184+
'dontSkipInactive', --TODO: positions for inactive units are meaningless!
185185
'resetPolicy'
186186
})
187187

0 commit comments

Comments
 (0)