summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-03 15:35:26 +0200
committerWuzzy <almikes@aol.com>2016-08-03 15:35:26 +0200
commit59409f353271ea5a669cb66da567096a3fd1fa6f (patch)
tree3bdad2a0858d45ec51c40bb07b9da3f45090dae0 /init.lua
parentdda97b0c0020c8dfe3cc51ddcb4896dd47392099 (diff)
Recognize forced craftitems
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 d46722d..39a1f4b 100644
--- a/init.lua
+++ b/init.lua
@@ -690,7 +690,7 @@ local function gather_descs()
else
name = def.description
end
- if not (name == nil or name == "" or def.groups.not_in_creative_inventory) then
+ if not (name == nil or name == "" or def.groups.not_in_creative_inventory) or forced then
if help.longdesc[id] ~= nil then
ld = help.longdesc[id]
end