Skip to content

Commit

Permalink
修exterior的40行解锁sequence后不能正确提前结束
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Sep 27, 2024
1 parent 7ec91f1 commit d6561db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/game/mode/brik/exterior/sprint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ return {
if P.stat.piece<102.6 then
PROGRESS.setExteriorUnlock('sequence')
end
return true
end
end,
function(P)
if P.stat.line>=40 then
P:delEvent('drawInField',mechLib.brik.misc.lineClear_event_drawInField)
if not P.modeData.infSprint_switch then
P:finish('other')
Expand Down

0 comments on commit d6561db

Please sign in to comment.