Skip to content

Commit

Permalink
Fire: Reduce volume of flint and steel sound
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Oct 25, 2016
1 parent 41a3345 commit bca0142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/fire/init.lua
Expand Up @@ -90,7 +90,7 @@ minetest.register_tool("fire:flint_and_steel", {
local pt = pointed_thing
minetest.sound_play(
"fire_flint_and_steel",
{pos = pt.above, gain = 0.8, max_hear_distance = 8}
{pos = pt.above, gain = 0.6, max_hear_distance = 8}
)
itemstack:add_wear(1000)
if pt.type == "node" then
Expand Down

0 comments on commit bca0142

Please sign in to comment.