mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 09:09:02 -06:00
Added a few minutes to the torikans.
This commit is contained in:
parent
c434a3406b
commit
711fa830a3
@ -290,10 +290,10 @@ function Marathon2020Game:sectionPassed(old_level, new_level)
|
||||
end
|
||||
|
||||
function Marathon2020Game:checkTorikan(section)
|
||||
if section == 5 and self.frames < frameTime(6,00,00) then self.torikan_passed[500] = true end
|
||||
if section == 9 and self.frames < frameTime(8,30,00) then self.torikan_passed[900] = true end
|
||||
if section == 10 and self.frames < frameTime(8,45,00) then self.torikan_passed[1000] = true end
|
||||
if section == 15 and self.frames < frameTime(11,30,00) then self.torikan_passed[1500] = true end
|
||||
if section == 5 and self.frames < frameTime(8,00,00) then self.torikan_passed[500] = true end
|
||||
if section == 9 and self.frames < frameTime(10,30,00) then self.torikan_passed[900] = true end
|
||||
if section == 10 and self.frames < frameTime(10,45,00) then self.torikan_passed[1000] = true end
|
||||
if section == 15 and self.frames < frameTime(12,30,00) then self.torikan_passed[1500] = true end
|
||||
if section == 19 and self.frames < frameTime(13,15,00) then self.torikan_passed[1900] = true end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user