Merge pull request #43 from Kirby703/patch-5

tap roll 3694 -> 3701 frames
pull/44/merge
Ishaan Bhardwaj 2021-11-03 17:32:43 -04:00 committed by GitHub
commit deb69fe28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ function MarathonA2Game:advanceOneFrame()
if self.clear then
self.roll_frames = self.roll_frames + 1
if self.roll_frames < 0 then return false end
if self.roll_frames > 3694 then
if self.roll_frames > 3701 then
self.completed = true
if self.grade == 32 then
self.grade = 33