Skip to content

Commit 2491a43

Browse files
committed
修复生存L难度显示maxspeed文本时机不正确
1 parent 7a55e44 commit 2491a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parts/eventsets/survivor_l.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ return{
1818
table.insert(P.atkBuffer,{line=generateLine(P.holeRND:random(10)),amount=4,countdown=t,cd0=t,time=0,sent=false,lv=3})
1919
P.atkBufferSum=P.atkBufferSum+4
2020
P.stat.recv=P.stat.recv+4
21-
if D.wave==60 then
21+
if D.wave==90 then
2222
P:_showText(text.maxspeed,0,-140,100,'appear',.6)
2323
end
2424
P:shakeField(3)

0 commit comments

Comments
 (0)