mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 09:59:03 -06:00
Raised initial score on Score Drain.
This commit is contained in:
parent
fe302a67e0
commit
9c02dc305a
@ -14,7 +14,7 @@ ScoreDrainGame.tagline = "Your score goes down over time! Avoid hitting 0 points
|
||||
function ScoreDrainGame:new()
|
||||
self.super:new()
|
||||
|
||||
self.score = 2500
|
||||
self.score = 3000
|
||||
self.drain_rate = 50
|
||||
self.combo = 1
|
||||
self.randomizer = History6RollsRandomizer()
|
||||
|
Loading…
Reference in New Issue
Block a user