mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 13:39:02 -06:00
Compare commits
No commits in common. "a6b8abff6d082ea4f4f9ef7f5354cf616333e47f" and "71c9147a2c3c1d87ee26152ea24355fd306ffa5b" have entirely different histories.
a6b8abff6d
...
71c9147a2c
@ -353,8 +353,8 @@ function Marathon2020Game:updateSectionTimes(old_level, new_level)
|
|||||||
self.section_start_time = self.frames
|
self.section_start_time = self.frames
|
||||||
|
|
||||||
if (
|
if (
|
||||||
(self.secondary_section_times[section] < cool_cutoffs[self.delay_level]) and
|
self.secondary_section_times[section] < cool_cutoffs[self.delay_level] and
|
||||||
(section == 1 or self.secondary_section_times[section] <= self.secondary_section_times[section - 1] + 120)
|
section == 1 or self.secondary_section_times[section] <= self.secondary_section_times[section - 1] + 120
|
||||||
) then
|
) then
|
||||||
sectionCool(section)
|
sectionCool(section)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user