Skip to content

Commit

Permalink
luackeck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementMR committed Jan 14, 2025
1 parent abe4efb commit e1c3b9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mods/ctf/ctf_modes/ctf_mode_nade_fight/tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ for idx, info in ipairs(grenade_list) do
local def = minetest.registered_items[info.name]

minetest.register_tool("ctf_mode_nade_fight:grenade_tool_"..idx, {
description = def.description..minetest.colorize("gold", "\n"..S("Rightclick off cooldown to switch to other grenades")),
description = def.description..minetest.colorize("gold", "\n"..
S("Rightclick off cooldown to switch to other grenades")),
inventory_image = def.inventory_image,
wield_image = def.inventory_image,
inventory_overlay = "ctf_modebase_special_item.png",
Expand Down

0 comments on commit e1c3b9b

Please sign in to comment.