summaryrefslogtreecommitdiff
path: root/helptexts.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-28 01:50:39 +0100
committerWuzzy <almikes@aol.com>2016-12-28 01:50:39 +0100
commit866bde7c9391bf53fcd17094cd7ad06a2758ea90 (patch)
tree96b3278e4f41b119173a7d853d769198e4dc0393 /helptexts.lua
parentfeca8357e5226bc309945c490be64ad21c7cd847 (diff)
Add more CHECKMEs
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