mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:09:03 -06:00
Update marathon_a3.lua
This commit is contained in:
parent
9fca272e8d
commit
4b1fed727c
@ -45,6 +45,8 @@ self.SGnames = {
|
||||
|
||||
self.coolregret_message = "COOL!!"
|
||||
self.coolregret_timer = 0
|
||||
|
||||
self.torikan_passed = false
|
||||
end
|
||||
|
||||
function MarathonA3Game:getARE()
|
||||
@ -166,10 +168,10 @@ function MarathonA3Game:onLineClear(cleared_row_count)
|
||||
self.grid:clear()
|
||||
self.roll_frames = -150
|
||||
end
|
||||
if self.level >= 500 and self.frames >= 25200 then
|
||||
if not self.torikan_passed and self.level >= 500 and self.frames >= 25200 then
|
||||
self.level = 500
|
||||
self.game_over = true
|
||||
end
|
||||
else if self.level >= 500 then self.torikan_passed = true end
|
||||
end
|
||||
|
||||
local cool_cutoffs = {
|
||||
|
Loading…
Reference in New Issue
Block a user