修复进攻-极限没跟进新垃圾行系统报错

This commit is contained in:
MrZ626
2021-02-17 00:54:59 +08:00
parent eda1b18bc6
commit 2a4ca8c5af

View File

@@ -13,16 +13,16 @@ return{
local s local s
local t=800-10*D.event--800~700~600~500 local t=800-10*D.event--800~700~600~500
if D.event<10 then if D.event<10 then
B[p]= {pos=generateLine(P:RND(5,6)),amount=9,countdown=t,cd0=t,time=0,sent=false,lv=3} B[p]= {line=generateLine(P:RND(5,6)),amount=9,countdown=t,cd0=t,time=0,sent=false,lv=3}
B[p+1]= {pos=generateLine(P:RND(4,7)),amount=11,countdown=t,cd0=t+62,time=0,sent=false,lv=4} B[p+1]= {line=generateLine(P:RND(4,7)),amount=11,countdown=t,cd0=t+62,time=0,sent=false,lv=4}
s=20 s=20
elseif D.event<20 then elseif D.event<20 then
B[p]= {pos=generateLine(P:RND(3,8)),amount=11,countdown=t,cd0=t,time=0,sent=false,lv=4} B[p]= {line=generateLine(P:RND(3,8)),amount=11,countdown=t,cd0=t,time=0,sent=false,lv=4}
B[p+1]= {pos=generateLine(P:RND(4,7)),amount=13,countdown=t,cd0=t+62,time=0,sent=false,lv=5} B[p+1]= {line=generateLine(P:RND(4,7)),amount=13,countdown=t,cd0=t+62,time=0,sent=false,lv=5}
s=24 s=24
else else
B[p]= {pos=generateLine(P:RND(2)*9)-8,amount=14,countdown=t,cd0=t,time=0,sent=false,lv=5} B[p]= {line=generateLine(P:RND(2)*9)-8,amount=14,countdown=t,cd0=t,time=0,sent=false,lv=5}
B[p+1]= {pos=generateLine(P:RND(3,8)),amount=14,countdown=t+62,cd0=t,time=0,sent=false,lv=5} B[p+1]= {line=generateLine(P:RND(3,8)),amount=14,countdown=t+62,cd0=t,time=0,sent=false,lv=5}
s=28 s=28
end end
B.sum=B.sum+s B.sum=B.sum+s