mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 09:19:03 -06:00
fix roll 3694 -> 3701 frames
This commit is contained in:
parent
412405c1a1
commit
3085b765e5
@ -112,7 +112,7 @@ function MarathonA2Game:advanceOneFrame()
|
|||||||
if self.clear then
|
if self.clear then
|
||||||
self.roll_frames = self.roll_frames + 1
|
self.roll_frames = self.roll_frames + 1
|
||||||
if self.roll_frames < 0 then return false end
|
if self.roll_frames < 0 then return false end
|
||||||
if self.roll_frames > 3694 then
|
if self.roll_frames > 3701 then
|
||||||
self.completed = true
|
self.completed = true
|
||||||
if self.grade == 32 then
|
if self.grade == 32 then
|
||||||
self.grade = 33
|
self.grade = 33
|
||||||
|
Loading…
Reference in New Issue
Block a user