cc techmino-alize (#579)

this should only be used with imple/techmino-alize branch
on 26F-Studio/cold_clear_ai_love2d_wrapper
This commit is contained in:
Imple Lee
2022-01-05 12:57:54 +08:00
committed by GitHub
parent ceb77e46c3
commit 00919c1067
2 changed files with 3 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ function bot_cc:thread()
local m=rem(move,1)
if m<4 then
ins(keys,m+1)
elseif m==5 then
ins(keys, 5)
elseif not self.data._20G then
ins(keys,13)
end

View File

@@ -83,7 +83,7 @@ end
function BOT.new(P,data)
local bot={P=P,data=data}
if data.type=="CC"then
P:setRS('SRS')
P:setRS('TRS')
bot.keys={}
bot.bufferedNexts={}
bot.delay=data.delay