From e5a5e39c3a58850c36f19cbb00b2e61f2d81ec3a Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 18 Jan 2020 16:34:29 -0500 Subject: [PATCH] Move getplants issue details to user-facing docs Ref #1479, #1481 --- docs/Plugins.rst | 10 ++++++++++ plugins/getplants.cpp | 5 ----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/Plugins.rst b/docs/Plugins.rst index f6341e5aa..f60afad11 100644 --- a/docs/Plugins.rst +++ b/docs/Plugins.rst @@ -2283,6 +2283,16 @@ Options: Specifying both ``-t`` and ``-s`` will have no effect. If no plant IDs are specified, all valid plant IDs will be listed. +.. note:: + + DF is capable of determining that a shrub has already been picked, leaving + an unusable structure part behind. This plugin does not perform such a check + (as the location of the required information has not yet been identified). + This leads to some shrubs being designated when they shouldn't be, causing a + plant gatherer to walk there and do nothing (except clearing the + designation). See :issue:`1479` for details. + + .. _infiniteSky: infiniteSky diff --git a/plugins/getplants.cpp b/plugins/getplants.cpp index 9e9b1dcbc..ebd64d8d1 100644 --- a/plugins/getplants.cpp +++ b/plugins/getplants.cpp @@ -1,9 +1,4 @@ // (un)designate matching plants for gathering/cutting -// Known issue: -// DF is capable of determining that a shrub has already been picked, leaving an unusable structure part -// behind. This code does not perform such a check (as the location of the required information is -// unknown to the writer of this comment). This leads to some shrubs being designated when they -// shouldn't be, causing a plant gatherer to walk there and do nothing (except clearing the designation). #include #include "Core.h"