Skip to content

Commit

Permalink
修改exterior的40行在40行结束时的结束理由
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Oct 11, 2024
1 parent 14b89f2 commit 6b9f17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/game/mode/brik/exterior/sprint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ return {
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')
P:finish('rule')
end
return true
end
Expand Down

0 comments on commit 6b9f17e

Please sign in to comment.