Increase paxel digging limit (#881)

Increase paxel digging limit to 50

Co-authored-by: LoneWolfHT <lonewolf04361@gmail.com>
This commit is contained in:
_Lucy 2021-05-15 17:16:28 +02:00 committed by GitHub
parent c642f49d1a
commit 55ab1b46e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ minetest.override_item("ctf_bandages:bandage", {
local diggers = {}
local DIG_COOLDOWN = 30
local DIG_DIST_LIMIT = 30
local DIG_DIST_LIMIT = 50
local DIG_SPEED = 0.1
local function isdiggable(name)