新增误硬降打断延迟机制

This commit is contained in:
MrZ626
2021-06-24 03:13:57 +08:00
parent 0f1c8c7b2f
commit 2ce2f91414
14 changed files with 67 additions and 42 deletions

View File

@@ -363,7 +363,7 @@ function update.alive(P,dt)
if P.lockDelay>=0 then
goto THROW_stop
end
P:drop()
P:drop(true)
if P.AI_mode=='CC'and P.AI_bot then
CC.updateField(P)
end