Shorten Death credit roll

This commit is contained in:
Ishaan Bhardwaj 2021-07-07 18:23:37 -04:00
parent 83f3e297ce
commit 2cb0416548

View File

@ -79,7 +79,7 @@ end
function SurvivalA2Game:advanceOneFrame()
if self.clear then
self.roll_frames = self.roll_frames + 1
if self.roll_frames > 2968 then
if self.roll_frames > 1800 then
self.completed = true
end
elseif self.ready_frames == 0 then