Increase paxel antipillar speed 5x

This commit is contained in:
LoneWolfHT 2021-01-06 08:48:16 -08:00
parent b273533e01
commit 3b291eab0d

View file

@ -134,7 +134,7 @@ minetest.override_item("ctf_bandages:bandage", {
local diggers = {} local diggers = {}
local DIG_COOLDOWN = 45 local DIG_COOLDOWN = 45
local DIG_DIST_LIMIT = 30 local DIG_DIST_LIMIT = 30
local DIG_SPEED = 0.5 local DIG_SPEED = 0.1
local function isdiggable(name) local function isdiggable(name)
return name:find("default:") and ( return name:find("default:") and (