Fixed bug with loading game when working on creating program

This commit is contained in:
Daniel Xie
2017-05-15 10:28:59 -05:00
parent 5039a03732
commit 51c8e7a6c6
4 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ CONSTANTS = {
ScriptRelaysmtpRamCost: 0.05,
ScriptHttpwormRamCost: 0.05,
ScriptSqlinjectRamCost: 0.05,
ScriptRunRamCost: 0.5,
ScriptRunRamCost: 0.75,
ScriptGetHackingLevelRamCost: 0.1,
ScriptGetServerMoneyRamCost: 0.1,