mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-21 14:19:03 -06:00
Compare commits
2 Commits
71c9147a2c
...
a6b8abff6d
Author | SHA1 | Date | |
---|---|---|---|
|
a6b8abff6d | ||
|
bdc317c3c5 |
@ -353,8 +353,8 @@ function Marathon2020Game:updateSectionTimes(old_level, new_level)
|
||||
self.section_start_time = self.frames
|
||||
|
||||
if (
|
||||
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
|
||||
(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)
|
||||
) then
|
||||
sectionCool(section)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user