Changed the 2-second rule to give the cool at exactly 2 seconds.

This commit is contained in:
Joe Z
2021-07-18 21:23:50 -04:00
parent 769b5043e3
commit c434a3406b
2 changed files with 2 additions and 2 deletions

View File

@@ -354,7 +354,7 @@ function Marathon2020Game:updateSectionTimes(old_level, new_level)
if (
self.section_status[section - 1] == "cool" and
self.secondary_section_times[section] < self.secondary_section_times[section - 1] + 120 and
self.secondary_section_times[section] <= self.secondary_section_times[section - 1] + 120 and
self.secondary_section_times[section] < cool_cutoffs[self.delay_level]
) then
sectionCool(section)