We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59203da commit ef47244Copy full SHA for ef47244
2 files changed
mods/copilot/maps/copilot-fin/copilot-fin.lua
@@ -10,7 +10,7 @@ local BUFF_RADIUS_CELLS = 12 -- Buff生效半径(12格)
10
local MAX_CONTROL_POINTS = 5 -- 最大控制点数量
11
12
-- Debug开关
13
-local DEBUG_ENABLED = true -- 是否启用debug输出
+local DEBUG_ENABLED = false -- 是否启用debug输出
14
15
-- 兵种类型
16
local UNIT_TYPES = {
@@ -566,7 +566,7 @@ WorldLoaded = function()
566
567
debugMsg("Starting control point occupation check...")
568
checkControlPointOccupation() -- 启动占领检查
569
-
+
570
debugMsg("ControlPoint system fully initialized")
571
end
572
mods/copilot/maps/copilot-fin/rules.yaml
@@ -5,7 +5,7 @@ Player:
5
6
World:
7
CopilotScoreService:
8
- TimeLimit: 1500
+ TimeLimit: 7500
9
CopilotControlPoint:
-CrateSpawner:
LuaScript:
0 commit comments