diff --git a/src/Lua/PlayerScripts/player_lapend.lua b/src/Lua/PlayerScripts/player_lapend.lua index 8e84d77..9860c96 100644 --- a/src/Lua/PlayerScripts/player_lapend.lua +++ b/src/Lua/PlayerScripts/player_lapend.lua @@ -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