From 4d35f82e2c81d18fc7173e44a7e1d010a20b33f4 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sat, 14 Oct 2023 13:00:15 -0700 Subject: [PATCH] sync tags from spreadsheet --- docs/plugins/3dveins.rst | 2 +- docs/plugins/design.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/3dveins.rst b/docs/plugins/3dveins.rst index 3112934ab..96fbcf836 100644 --- a/docs/plugins/3dveins.rst +++ b/docs/plugins/3dveins.rst @@ -3,7 +3,7 @@ .. dfhack-tool:: :summary: Rewrite layer veins to expand in 3D space. - :tags: unavailable fort gameplay map + :tags: fort gameplay map Existing, flat veins are removed and new 3D veins that naturally span z-levels are generated in their place. The transformation preserves the mineral counts diff --git a/docs/plugins/design.rst b/docs/plugins/design.rst index 0a6d0ad01..3cb48343c 100644 --- a/docs/plugins/design.rst +++ b/docs/plugins/design.rst @@ -3,7 +3,7 @@ design .. dfhack-tool:: :summary: Draws designations in shapes. - :tags: fort dev design map + :tags: fort design dev map :no-command: This plugin provides a Lua API, but no direct commands. See `gui/design` for