Skip to content

Commit

Permalink
添加盲40l解锁途径
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jun 23, 2023
1 parent afb06c3 commit bd03370
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions assets/game/mechanicLib/mino/progress.lua
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ do-- sprint_invis_40
if pt>bgmTransP1 and pt<bgmTransP2+4 then
BGM.set(bgmList['race'].add,'volume',math.min((pt-bgmTransP1)/(bgmTransP2-bgmTransP1),1),2.6)
end
-- if P.finished=='AC' and P.modeData.stat.piece<110 then
-- PROGRESS.setMinoModeUnlocked('sprint_blind_40')
-- end
if P.finished=='AC' and P.modeData.stat.clears[4]==10 then
PROGRESS.setMinoModeUnlocked('sprint_blind_40')
end
end
end

Expand Down Expand Up @@ -455,11 +455,6 @@ do-- dig_volcanics
end
end

do-- dig_checker
-- function progress.dig_checker_afterClear(P)
-- end
end

do-- dig_40
local bgmTransP1,bgmTransP2=10,30
function progress.dig_40_afterClear(P)
Expand Down

0 comments on commit bd03370

Please sign in to comment.