Finished adding unique augs for factions

This commit is contained in:
Daniel Xie
2017-05-18 13:01:18 -05:00
parent 29b5cc9c7f
commit 4355511b22
3 changed files with 171 additions and 40 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.33, numUpgrades);
var mult = Math.pow(1.35, numUpgrades);
cost = cost * mult;
purchaseRamForHomeBoxSetText("Would you like to purchase additional RAM for your home computer? <br><br>" +