Allow other mods to check if player is in combat
This commit is contained in:
parent
ae0b967001
commit
fd9c6bd34a
2 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ read_globals = {
|
|||
"Settings",
|
||||
"prometheus", "hb",
|
||||
"awards",
|
||||
"potential_cowards",
|
||||
|
||||
"VoxelArea",
|
||||
"VoxelManip",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
-- Capture The Flag mod: anticoward
|
||||
|
||||
local potential_cowards = {}
|
||||
potential_cowards = {}
|
||||
local TIMER_UPDATE_INTERVAL = 2
|
||||
local COMBAT_TIMEOUT_TIME = 20
|
||||
|
||||
|
|
Loading…
Reference in a new issue