This commit is contained in:
HybridDog 2015-12-18 19:02:40 +01:00
parent 9d6510599e
commit 1556b45362

View File

@ -741,7 +741,7 @@ minetest.register_tool("nuke:rocket_launcher", {
stack_max = 1,
on_use = function(_, user)
launcher_active = true
timer = -0.5
timer = -0.7
nuke_puncher = user
nuke.rocket_shoot(user, nuke.rocket_range, "nuke_rocket_launcher_back.png", "nuke_rocket_launcher")
end,