0xx-3xx line clear delay fix

This commit is contained in:
Kirby703 2021-07-28 05:22:26 -04:00 committed by GitHub
parent 711fa830a3
commit adab1df480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ function PhantomManiaGame:getARE()
end end
function PhantomManiaGame:getLineARE() function PhantomManiaGame:getLineARE()
if self.level < 100 then return 18 if self.level < 100 then return 14
elseif self.level < 400 then return 8 elseif self.level < 400 then return 8
elseif self.level < 500 then return 7 elseif self.level < 500 then return 7
else return 6 end else return 6 end