pull/11/head
Kirby703 2022-03-09 20:10:30 -05:00 committed by GitHub
parent c69ae42c0f
commit 7d2c217f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ local function getLetterGrade(grade, roll_frames)
return "M" .. tostring(grade - 13)
elseif grade <= 30 then
return master_grades[grade - 26]
elseif roll_frames <= 3238 then
elseif grade <= 41 or roll_frames <= 3238 then
return "MM-" .. tostring(grade - 30)
else
return "GM"