summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2015-06-03 10:17:35 +0200
committerWuzzy <almikes@aol.com>2015-06-03 10:17:35 +0200
commitb43d019da9b7bdeeb40dca0d45b8c054c2b46017 (patch)
treeefcd045b5c959cf0faf2b402f58ebb5972212605
parent64ef1897c568de812c5a4ff7b8dce371561341be (diff)
Flip “dug” vs “destroyed”
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 5b064e7..d4def0d 100644
--- a/init.lua
+++ b/init.lua
@@ -99,7 +99,7 @@ doc.new_category("nodes", {
formstring = formstring .. "You will slowly lose breath in this block.\n"
end
- if data.def.drops == "" then
+ if data.def.drops ~= "" then
if data.def.groups.immortal == 1 then
formstring = formstring .. "This block can not be dug by ordinary digging tools.\n"
end