From 13fae4628b20ecf59813dde60d7e0f0968322472 Mon Sep 17 00:00:00 2001 From: myk002 Date: Fri, 5 Feb 2021 17:05:34 -0800 Subject: [PATCH] add docs for #place-generated manager orders --- docs/guides/quickfort-user-guide.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/guides/quickfort-user-guide.rst b/docs/guides/quickfort-user-guide.rst index 39e65b5fc..95f4b6a20 100644 --- a/docs/guides/quickfort-user-guide.rst +++ b/docs/guides/quickfort-user-guide.rst @@ -507,6 +507,16 @@ corpses, wheelbarrows are assumed:: #place a corpse stockpile with 3 wheelbarrows y3(3x3) +Running ``quickfort orders`` on a ``#place`` blueprint with explicitly set +container/wheelbarrow counts will enqueue manager orders for the specified +number of containers or wheelbarrows, even if that number exceeds the in-game +size of the stockpile. For example, ``quickfort orders`` on the following +blueprint will enqueue 10 rock pots, even though the stockpile only has 9 +tiles:: + + #place + f10(3x3) + Zone detailed configuration ```````````````````````````