Lower Paxel Cooldown (#832)

This commit is contained in:
WINNIE 2021-03-17 23:26:58 +08:00 committed by GitHub
parent 36a6f4117a
commit 05fdcaa31e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@ minetest.override_item("ctf_bandages:bandage", {
})
local diggers = {}
local DIG_COOLDOWN = 45
local DIG_COOLDOWN = 30
local DIG_DIST_LIMIT = 30
local DIG_SPEED = 0.1