Rebalancing

This commit is contained in:
Daniel Xie
2017-06-02 08:30:47 -05:00
parent 8e9e64a1f2
commit e2b1916fb2
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ purchaseRamForHomeBoxCreate = function() {
//Calculate cost
//Have cost increase by some percentage each time RAM has been upgraded
var cost = currentRam * CONSTANTS.BaseCostFor1GBOfRamHome;
var mult = Math.pow(1.35, numUpgrades);
var mult = Math.pow(1.36, numUpgrades);
cost = cost * mult;
purchaseRamForHomeBoxSetText("Would you like to purchase additional RAM for your home computer? <br><br>" +