summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-12 21:16:05 +0100
committerWuzzy <almikes@aol.com>2016-12-12 21:16:05 +0100
commit7074133a49f56132804d7e98978b33ba7fc2ff7e (patch)
treedac5ecfdf543a2d8b985d6cdf2aec30dded79462 /init.lua
parentb5a0c6decfcb65f1f038d5d44db5c06490dde294 (diff)
Fix hand entry name override
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 077ee01..4b0fc40 100644
--- a/init.lua
+++ b/init.lua
@@ -1027,7 +1027,7 @@ local function gather_descs()
help.longdesc[""] = S("Whenever you are not wielding any item, you use the hand which acts as a tool with its own capabilities. When you are wielding an item which is not a mining tool or a weapon it will behave as if it would be the hand.")
end
if handdef._doc_items_entry_name then
- item_name_overrides[""] = handdef._doc_items.entry_name
+ item_name_overrides[""] = handdef._doc_items_entry_name
end
doc.new_entry("tools", "", {
name = item_name_overrides[""],