More luacheck tidying

This commit is contained in:
FaceDeer
2023-09-29 20:06:34 -06:00
parent f537af33bc
commit 058f13f6a4
39 changed files with 43 additions and 81 deletions

View File

@ -78,14 +78,6 @@ Professor Amelia Rose]]),
sort = base + 4,
})
local ss_text = ""
if minetest.get_modpath("cottages") then
ss_text = S("When milled, sweet pods produce a granular pink-tinted sugary substance.")
else
ss_text = S("When dried in an oven, sweet pods produce a granular pink-tinted sugary substance.")
end
ss_text = ss_text .. " " .. S("Crushing them in a bucket squeezes out a flavorful syrup.")
collectible_lore.register_lorebook({
id = "rose sweet pod",
title = S("Sweet Pod"),

View File

@ -1,7 +1,5 @@
local modpath = minetest.get_modpath(minetest.get_current_modname())
local S = minetest.get_translator(minetest.get_current_modname())
local torch_node = {name=df_dependencies.node_name_torch, param2=1}
collectible_lore.get_light_node = function()
local selection = math.random()