From 88648284b0d72a2c25086c4fcd1a0d5486179a04 Mon Sep 17 00:00:00 2001 From: myk002 Date: Thu, 28 Jul 2022 03:25:00 -0700 Subject: [PATCH] update docs for nestboxes --- docs/plugins/nestboxes.rst | 11 +++++++++-- plugins/nestboxes.cpp | 11 ++++------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/docs/plugins/nestboxes.rst b/docs/plugins/nestboxes.rst index 2b633f31b..fb9df20a9 100644 --- a/docs/plugins/nestboxes.rst +++ b/docs/plugins/nestboxes.rst @@ -1,5 +1,12 @@ nestboxes ========= +Tags: -Automatically scan for and forbid fertile eggs incubating in a nestbox. -Toggle status with `enable` or `disable `. +Protect fertile eggs incubating in a nestbox. This plugin will automatically +scan for and forbid fertile eggs incubating in a nestbox so that dwarves won't +come to collect them for eating. The eggs will hatch normally, even when +forbidden. + +Usage:: + + enable nestboxes diff --git a/plugins/nestboxes.cpp b/plugins/nestboxes.cpp index 8b9a33289..403a8cb37 100644 --- a/plugins/nestboxes.cpp +++ b/plugins/nestboxes.cpp @@ -69,13 +69,10 @@ DFhackCExport command_result plugin_init (color_ostream &out, std::vector