Skip to content
Snippets Groups Projects
Commit e426f649 authored by paramat's avatar paramat
Browse files

Fire: Higher chance of removing flammable nodes

Flammable nodes burn away quicker
parent ab7b7c75
Branches
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ else
minetest.remove_node(p0)
return
end
if math.random(1, 4) == 1 then
if math.random(1, 3) == 1 then
-- remove flammable nodes around flame
local node = minetest.get_node(p)
local def = minetest.registered_nodes[node.name]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment