mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 22:29:02 -06:00
Compare commits
No commits in common. "33b3ad288920c8b0bd0f631c621c836a70f70e54" and "711fa830a3f2f8de25095cd2332e3215dd328d79" have entirely different histories.
33b3ad2889
...
711fa830a3
@ -41,7 +41,7 @@ function PhantomManiaGame:getARE()
|
||||
end
|
||||
|
||||
function PhantomManiaGame:getLineARE()
|
||||
if self.level < 100 then return 14
|
||||
if self.level < 100 then return 18
|
||||
elseif self.level < 400 then return 8
|
||||
elseif self.level < 500 then return 7
|
||||
else return 6 end
|
||||
|
Loading…
Reference in New Issue
Block a user