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:
@@ -58,6 +58,8 @@ function bot_cc:thread()
|
|||||||
local m=rem(move,1)
|
local m=rem(move,1)
|
||||||
if m<4 then
|
if m<4 then
|
||||||
ins(keys,m+1)
|
ins(keys,m+1)
|
||||||
|
elseif m==5 then
|
||||||
|
ins(keys, 5)
|
||||||
elseif not self.data._20G then
|
elseif not self.data._20G then
|
||||||
ins(keys,13)
|
ins(keys,13)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ end
|
|||||||
function BOT.new(P,data)
|
function BOT.new(P,data)
|
||||||
local bot={P=P,data=data}
|
local bot={P=P,data=data}
|
||||||
if data.type=="CC"then
|
if data.type=="CC"then
|
||||||
P:setRS('SRS')
|
P:setRS('TRS')
|
||||||
bot.keys={}
|
bot.keys={}
|
||||||
bot.bufferedNexts={}
|
bot.bufferedNexts={}
|
||||||
bot.delay=data.delay
|
bot.delay=data.delay
|
||||||
|
|||||||
Reference in New Issue
Block a user