Skip to content

Commit

Permalink
修教程第四关的B面解锁相关小问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Sep 27, 2024
1 parent 48f4ea6 commit f6af5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/game/mode/brik/interior/tutorial/4.finesseBasic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ return {
"[5s]",
{cmd=function(P)
P:say{duration='6.26s',text="@tutorial_pass",size=60,k=2,type='bold',style='beat',c=COLOR.lG,y=-30}
if P.modeData.keySaved>12.6 then
if P.modeData.keySaved>=12 then -- Theoretically 13
P:say{duration='6.26s',text="@tutorial_pass",size=60,k=2,type='bold',style='flicker',c=COLOR.Y,y=-30}
PROGRESS.setTutorialPassed(4,3)
elseif P.modeData.keySaved>6.26 then
Expand Down

0 comments on commit f6af5a1

Please sign in to comment.