Skip to content

Commit

Permalink
Balance
Browse files Browse the repository at this point in the history
- Now new computers increment command prompt increment (x2)
  • Loading branch information
naoxink committed Jul 30, 2017
1 parent 7cd937a commit 1a0562b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/shop.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ Shop.items = {
Core.base.commandPromptInc *= 2
Core.base.projectTimeReductionPercent += 3
Core.base.improvementTimeReductionPercent += 10
Core.base.commandPromptInc *= 2
Core.base.nextComputerVersionCost = improvements.upgradeComputer.cost = Core.base.computerMultiplierCost * (Stats.computerVersion + 1)
var realPulse = Core.base.pulseDuration
if(Stats.isEnergyDrinkPowered){
Expand Down Expand Up @@ -223,6 +224,7 @@ Shop.items = {
Core.base.commandPromptInc *= 2
Core.base.projectTimeReductionPercent += 3
Core.base.improvementTimeReductionPercent += 20
Core.base.commandPromptInc *= 2
Core.base.nextComputerVersionCost = improvements.upgradeComputer.cost = Core.base.computerMultiplierCost * (Stats.computerVersion + 1)
var realPulse = Core.base.pulseDuration
if(Stats.isEnergyDrinkPowered){
Expand Down

0 comments on commit 1a0562b

Please sign in to comment.