Increase paxel digging limit (#881)
Increase paxel digging limit to 50 Co-authored-by: LoneWolfHT <lonewolf04361@gmail.com>
This commit is contained in:
parent
c642f49d1a
commit
55ab1b46e1
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ minetest.override_item("ctf_bandages:bandage", {
|
||||||
|
|
||||||
local diggers = {}
|
local diggers = {}
|
||||||
local DIG_COOLDOWN = 30
|
local DIG_COOLDOWN = 30
|
||||||
local DIG_DIST_LIMIT = 30
|
local DIG_DIST_LIMIT = 50
|
||||||
local DIG_SPEED = 0.1
|
local DIG_SPEED = 0.1
|
||||||
|
|
||||||
local function isdiggable(name)
|
local function isdiggable(name)
|
||||||
|
|
Loading…
Reference in a new issue