X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FSt.pm;h=fb7b5f378a504ad3cb6fc1c44a9f7f61d7f051d1;hb=2417f4a7eaadca43d61a24329ac9230e8af16736;hp=b25b5dc6dd8d0139212ead8c9a3c6b2c87c0bbc9;hpb=e55994952606e391a57c974b6ce4c9f94c73f7a7;p=gruntmaster-page.git diff --git a/lib/Gruntmaster/Page/St.pm b/lib/Gruntmaster/Page/St.pm index b25b5dc..fb7b5f3 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{