From 866bde7c9391bf53fcd17094cd7ad06a2758ea90 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 28 Dec 2016 01:50:39 +0100 Subject: Add more CHECKMEs --- helptexts.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helptexts.lua') 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 -- cgit v1.2.3