diff --git a/docs/Lua API.rst b/docs/Lua API.rst index 66631f483..059f28d37 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -1392,7 +1392,8 @@ Units module * ``dfhack.units.isUndead(unit[,include_vamps])`` - The unit is undead, but not a vampire. + The unit is undead. Pass ``true`` as the optional second parameter to + count vampires as undead. * ``dfhack.units.isNightCreature(unit)``