Skip to content

Commit

Permalink
sequence-pento修正为通过五个其他后显示
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jul 25, 2024
1 parent a536290 commit 49a12ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/game/mode/brik/exterior/sequence.lua
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ return {
PROGRESS.setExteriorScore('sequence',P.modeData.subMode,P.gameTime,'<')

local count=0
for _,v in next,{'mph','flood','drought','saw','rect','rain','pento'} do
for _,v in next,{'mph','flood','drought','saw','rect','rain'} do
if PROGRESS.getExteriorModeScore('sequence',v) then count=count+1 end
end
if count>=6 then PROGRESS.setExteriorScore('sequence','showPento',1) end
if count>=5 then PROGRESS.setExteriorScore('sequence','showPento',1) end
end
end
},
Expand Down

0 comments on commit 49a12ab

Please sign in to comment.