mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:19:02 -06:00
Merge pull request #24 from Kirby703/patch-1
0xx-3xx line clear delay fix
This commit is contained in:
commit
33b3ad2889
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user