Increase paxel antipillar speed 5x
This commit is contained in:
parent
b273533e01
commit
3b291eab0d
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||||
|
|
Loading…
Reference in a new issue