Update docs for nestboxes (#1395)

develop
lethosor 2018-12-20 21:29:48 -05:00
parent 92482d63f5
commit dfbb2416d9
2 changed files with 11 additions and 0 deletions

@ -1728,6 +1728,14 @@ Subcommands:
:import NAME: Imports manager orders from a file named ``dfhack-config/orders/NAME.json``.
:clear: Deletes all manager orders in the current embark.
.. _nestboxes:
nestboxes
=========
Automatically scan for and forbid fertile eggs incubating in a nestbox.
Toggle status with `enable` or `disable`.
================
Map modification
================

@ -37,6 +37,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
================================================================================
# Future
## New Plugins
- `nestboxes`: automatically scan for and forbid fertile eggs incubating in a nestbox
## Fixes
- `building-hacks`: fixed error when dealing with custom animation tables
- `devel/test-perlin`: fixed Lua error (``math.pow()``)