From c9abc92dd7d48502f4d6529ec5774955c3f59a7b Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Fri, 24 Jan 2025 19:04:17 +0200 Subject: [PATCH] Fix lua.adoc --- doc/lua.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lua.adoc b/doc/lua.adoc index 0d63041ea..f75de0b1d 100644 --- a/doc/lua.adoc +++ b/doc/lua.adoc @@ -793,7 +793,7 @@ The hash parameter accepts the following keys: | adjacentok | boolean | is adjacent location ok, if given one is not suitable? | ignorewater | boolean | ignore water when choosing location for the monster | countbirth | boolean | do we count this monster as generated -| appear_as | string | monster can appear as object, monster, or terrain. Add "obj:", "mon:", or "ter:" prefix to the value. | +| appear_as | string | monster can appear as object, monster, or terrain. Add "obj:", "mon:", or "ter:" prefix to the value. | inventory | function | objects generated in the function are given to the monster (any random inventory it gets is discarded unless keep_default_invent is true) | keep_default_invent | boolean | if inventory is specified and this is true, those items are in addition to random inventory for this species; if inventory is not specified and this is false, monster gets no starting inventory |===