mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 16:41:06 +01:00
Fix campfire smoke timing
This commit is contained in:
parent
6b36abfe91
commit
9e53efbc3e
1 changed files with 2 additions and 2 deletions
|
@ -185,9 +185,9 @@ local function create_smoke_partspawner (pos, constructor)
|
||||||
local smoke_timer
|
local smoke_timer
|
||||||
|
|
||||||
if haybale then
|
if haybale then
|
||||||
smoke_timer = 8
|
smoke_timer = 4
|
||||||
else
|
else
|
||||||
smoke_timer = 3
|
smoke_timer = 2.4
|
||||||
end
|
end
|
||||||
|
|
||||||
local spawner_id = minetest.add_particlespawner({
|
local spawner_id = minetest.add_particlespawner({
|
||||||
|
|
Loading…
Reference in a new issue