Added status text for saving. Minor rebalancing for Hacknet Node RAM Cost

This commit is contained in:
Daniel Xie
2017-05-15 11:54:23 -05:00
parent bb73fe1101
commit 56a7ed66a5
5 changed files with 57 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ CONSTANTS = {
/* Base costs */
BaseCostFor1GBOfRamHome: 50000,
BaseCostFor1GBOfRamServer: 40000, //1 GB of RAM
BaseCostFor1GBOfRamHacknetNode: 25000,
BaseCostFor1GBOfRamHacknetNode: 30000,
BaseCostForHacknetNode: 1000,
BaseCostForHacknetNodeCore: 1000000,