summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 65cdccf..b146cf4 100644
--- a/init.lua
+++ b/init.lua
@@ -203,6 +203,9 @@ doc.new_category("nodes", {
formstring = formstring .. "\n"
-- Global factoids
+ if data.def.floodable == true then
+ formstring = formstring .. "Liquids can flow into this block and destroy it.\n"
+ end
if data.def.buildable_to == true then
formstring = formstring .. "This block will be replaced when building on it.\n"
end