Merge pull request #24 from Kirby703/patch-1

0xx-3xx line clear delay fix
pull/25/head
Ishaan Bhardwaj 2021-07-28 10:42:09 -04:00 committed by GitHub
commit 33b3ad2889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function PhantomManiaGame:getARE()
end
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 < 500 then return 7
else return 6 end