mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 08:49:03 -06:00
Shorten Death credit roll
This commit is contained in:
parent
83f3e297ce
commit
2cb0416548
@ -79,7 +79,7 @@ end
|
|||||||
function SurvivalA2Game:advanceOneFrame()
|
function SurvivalA2Game: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 > 2968 then
|
if self.roll_frames > 1800 then
|
||||||
self.completed = true
|
self.completed = true
|
||||||
end
|
end
|
||||||
elseif self.ready_frames == 0 then
|
elseif self.ready_frames == 0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user