diff --git a/docs/changelog.txt b/docs/changelog.txt index 044cb1ca4..74522451d 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -58,6 +58,7 @@ Template for new versions: ## Fixes ## Misc Improvements +- `dig`: `digtype` command now has options to choose between designating only visible tiles or hidden tiles, as well as "auto" dig mode. Z-level options adjusted to allow choosing z-levels above, below, or the same as the cursor. ## Documentation diff --git a/docs/plugins/dig.rst b/docs/plugins/dig.rst index b098d5ac1..8d5c99536 100644 --- a/docs/plugins/dig.rst +++ b/docs/plugins/dig.rst @@ -154,7 +154,7 @@ Other options: ``--cur-zlevel``, ``-z`` Only designates tiles on the same z-level as the cursor. ``--hidden``, ``-h`` - Allows designation of hidden tiles, and using a hidden tile as the "palette". + Allows designation of hidden tiles, and picking a hidden tile as the target type. ``--no-auto``, ``-a`` No automatic mining mode designation - useful if you want to avoid dwarves digging where you don't want them.