summaryrefslogtreecommitdiff
path: root/helptexts.lua
diff options
context:
space:
mode:
Diffstat (limited to 'helptexts.lua')
-rw-r--r--helptexts.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 1c48821..950bbad 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -60,6 +60,7 @@ local dyedesc = S("Dyes are primarily used for crafting other items, especially
local wooldesc = S("Wool is a soft decorative block which comes in different colors. Walking on wool is completely silent.")
local lavaheight
+-- CHECKME: Height at which lava spawns
if minetest.get_mapgen_setting("mg_name") == "v6" then
lavaheight = -32
else
@@ -73,6 +74,7 @@ local eat = doc.sub.items.temp.eat
local eat_bad = doc.sub.items.temp.eat_bad
local tnt_radius = tonumber(minetest.setting_get("tnt_radius"))
+-- CHECKME: Default TNT radius
if tnt_radius == nil then
tnt_radius = 3
end