Allow other mods to check if player is in combat

This commit is contained in:
LoneWolfHT 2020-10-31 09:48:47 -07:00
parent ae0b967001
commit fd9c6bd34a
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
-- Capture The Flag mod: anticoward
local potential_cowards = {}
potential_cowards = {}
local TIMER_UPDATE_INTERVAL = 2
local COMBAT_TIMEOUT_TIME = 20