Conflicts:
	mods/ctf/ctf_classes/classes.lua
This commit is contained in:
philipmi 2021-05-24 15:29:15 +02:00
commit 1419e63743
1 changed files with 1 additions and 1 deletions

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)