MOAR STARS

This commit is contained in:
Amadeus Demarzi 2014-07-25 03:18:49 -07:00
parent 222cf2012b
commit aeef7b5de3
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Engine = Base.extend({
new Chainable() new Chainable()
.wait(2000) .wait(2000)
.then(function(){ .then(function(){
this.starGeneratorRate = 100; this.starGeneratorRate = 200;
}, this) }, this)
.wait(2000) .wait(2000)
.then(function(){ .then(function(){