summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-03 21:26:48 +0200
committerWuzzy <almikes@aol.com>2016-08-03 21:26:48 +0200
commit374aaad50a17dbda8aade813d76e50fa30db0bb3 (patch)
tree5becc7ca954d9b1f8bf38aebb10c2cb95edc18ac
parentf6ca0a514ac457e668ac60dcc5366139accaac38 (diff)
Add floodable
-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