mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-03 08:50:39 +02:00
More luacheck tidying
This commit is contained in:
@ -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"),
|
||||
|
@ -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()
|
||||
|
Reference in New Issue
Block a user