diff --git a/docs/exterminate.rst b/docs/exterminate.rst index 664019aec..9ce66b979 100644 --- a/docs/exterminate.rst +++ b/docs/exterminate.rst @@ -43,7 +43,7 @@ Options ``-m``, ``--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. diff --git a/docs/position.rst b/docs/position.rst index 23a8cfe1e..9d06d3961 100644 --- a/docs/position.rst +++ b/docs/position.rst @@ -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 diff --git a/modtools/reaction-trigger.lua b/modtools/reaction-trigger.lua index c71e84f37..5514a0151 100644 --- a/modtools/reaction-trigger.lua +++ b/modtools/reaction-trigger.lua @@ -181,7 +181,7 @@ local validArgs = utils.invert({ 'allowMultipleTargets', 'range', 'ignoreWorker', - 'dontSkipInactive', + 'dontSkipInactive', --TODO: positions for inactive units are meaningless! 'resetPolicy' })