Skip to content

Commit

Permalink
添加sequence的解锁方式
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jul 4, 2024
1 parent 4b07063 commit 38a655d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/game/mode/brik/exterior/sprint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ return {
function(P)
if PROGRESS.getExteriorModeState('hidden') then return true end
if P.stat.line>=40 then
if P.stat.piece<102.6 then
PROGRESS.setExteriorUnlock('sequence')
end
if P.stat.clears[1]+P.stat.clears[2]+P.stat.clears[3]==0 then
PROGRESS.setExteriorUnlock('hidden')
end
Expand Down

0 comments on commit 38a655d

Please sign in to comment.