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",
|
"Settings",
|
||||||
"prometheus", "hb",
|
"prometheus", "hb",
|
||||||
"awards",
|
"awards",
|
||||||
|
"potential_cowards",
|
||||||
|
|
||||||
"VoxelArea",
|
"VoxelArea",
|
||||||
"VoxelManip",
|
"VoxelManip",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
-- Capture The Flag mod: anticoward
|
-- Capture The Flag mod: anticoward
|
||||||
|
|
||||||
local potential_cowards = {}
|
potential_cowards = {}
|
||||||
local TIMER_UPDATE_INTERVAL = 2
|
local TIMER_UPDATE_INTERVAL = 2
|
||||||
local COMBAT_TIMEOUT_TIME = 20
|
local COMBAT_TIMEOUT_TIME = 20
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue