TA GM requirements updated

pull/1/head
Ishaan Bhardwaj 2020-10-08 20:35:40 -04:00 committed by GitHub
parent 5606251ea7
commit 4e8a237de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ function MarathonA2Game:qualifiesForMRoll()
return false
end
end
if self.grade < 17 or self.frames > frameTime(8,45) then
if self.grade < 17 or self.frames > frameTime(9,30) then
return false
end
return true