Lower Paxel Cooldown (#832)
This commit is contained in:
parent
36a6f4117a
commit
05fdcaa31e
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ minetest.override_item("ctf_bandages:bandage", {
|
|||
})
|
||||
|
||||
local diggers = {}
|
||||
local DIG_COOLDOWN = 45
|
||||
local DIG_COOLDOWN = 30
|
||||
local DIG_DIST_LIMIT = 30
|
||||
local DIG_SPEED = 0.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue