X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FSt.pm;h=5e256b1c8b51b945f3d8d9ccf63553a08f47f374;hp=02e377da57baad96bdaf98932da3f3501c007c55;hb=c9e7fddeb9324857557b0db73c10b80436a4ff4f;hpb=fdbf59e5def9cbb4e1c0749f819ba8d946c37725 diff --git a/lib/Gruntmaster/Page/St.pm b/lib/Gruntmaster/Page/St.pm index 02e377d..5e256b1 100644 --- a/lib/Gruntmaster/Page/St.pm +++ b/lib/Gruntmaster/Page/St.pm @@ -24,7 +24,7 @@ sub calc_score{ $score = ($totaltime - $timetaken) / $totaltime * $score; $score -= $tries / 10 * $mxscore; $score = $mxscore * 3 / 10 if $score < $mxscore * 3 / 10; - int $score + int $score + 0.5 } sub _generate{