tnt: increase tnt fuse timer
This commit is contained in:
parent
03cafe9fcf
commit
49b31b2a30
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ function tnt.register_tnt(def)
|
|||
on_blast = function() end,
|
||||
on_construct = function(pos)
|
||||
minetest.sound_play("tnt_ignite", {pos = pos})
|
||||
minetest.get_node_timer(pos):start(4)
|
||||
minetest.get_node_timer(pos):start(6)
|
||||
nodeupdate(pos)
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue