mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 15:29:01 -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()
|
function ScoreDrainGame:new()
|
||||||
self.super:new()
|
self.super:new()
|
||||||
|
|
||||||
self.score = 2500
|
self.score = 3000
|
||||||
self.drain_rate = 50
|
self.drain_rate = 50
|
||||||
self.combo = 1
|
self.combo = 1
|
||||||
self.randomizer = History6RollsRandomizer()
|
self.randomizer = History6RollsRandomizer()
|
||||||
|
Loading…
Reference in New Issue
Block a user