diff options
author | Wuzzy <almikes@aol.com> | 2015-06-03 10:17:35 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-06-03 10:17:35 +0200 |
commit | b43d019da9b7bdeeb40dca0d45b8c054c2b46017 (patch) | |
tree | efcd045b5c959cf0faf2b402f58ebb5972212605 | |
parent | 64ef1897c568de812c5a4ff7b8dce371561341be (diff) |
Flip “dug” vs “destroyed”
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |