mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 02:59:01 -06:00
Merge pull request #43 from Kirby703/patch-5
tap roll 3694 -> 3701 frames
This commit is contained in:
commit
deb69fe28d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user