Skip to content

Commit

Permalink
+0.4 diff per second in overtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiskster committed Aug 24, 2024
1 parent b92f806 commit aba4ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lua/PlayerScripts/player_lapend.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PTSR.DoLapBonus = function(player)
if not PTSR.isOvertime() then
PTSR.difficulty = $ + FixedDiv((FU/10), count.peppinos*FU)
else
PTSR.difficulty = $ + FixedDiv((FU/10)*3, count.peppinos*FU)
PTSR.difficulty = $ + FixedDiv((FU/10)*4, count.peppinos*FU)
end
end

Expand Down

0 comments on commit aba4ac0

Please sign in to comment.