Merge branch 'master' of https://github.com/MT-CTF/capturetheflag
Conflicts: mods/ctf/ctf_classes/classes.lua
This commit is contained in:
commit
1419e63743
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue