summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/scripting/lua.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp
index a84fe92d..6ce4cd76 100644
--- a/src/scripting/lua.cpp
+++ b/src/scripting/lua.cpp
@@ -906,9 +906,6 @@ static int trade(lua_State *s)
**
* Valid only for character entities.
*
- * The boolean values `inInventory` and `inEquipment` make possible to
- * select whether equipped or carried items must be counted.
- *
* **Return values:** A number of integers with the amount of items `id` or
* `name` carried or equipped by the character.
*/