From b43d019da9b7bdeeb40dca0d45b8c054c2b46017 Mon Sep 17 00:00:00 2001
From: Wuzzy <almikes@aol.com>
Date: Wed, 3 Jun 2015 10:17:35 +0200
Subject: =?UTF-8?q?Flip=20=E2=80=9Cdug=E2=80=9D=20vs=20=E2=80=9Cdestroyed?=
 =?UTF-8?q?=E2=80=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 init.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3