Increase combat time again
This commit is contained in:
parent
055598f85e
commit
6a0491fa00
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
local potential_cowards = {}
|
local potential_cowards = {}
|
||||||
local TIMER_UPDATE_INTERVAL = 2
|
local TIMER_UPDATE_INTERVAL = 2
|
||||||
local COMBAT_TIMEOUT_TIME = 16
|
local COMBAT_TIMEOUT_TIME = 20
|
||||||
|
|
||||||
-- Prevent fall damage from killing players
|
-- Prevent fall damage from killing players
|
||||||
minetest.register_on_player_hpchange(function(player, hp_change, reason)
|
minetest.register_on_player_hpchange(function(player, hp_change, reason)
|
||||||
|
|
Loading…
Reference in a new issue