initAugmentations() now called applyAugmentations() at the end

This commit is contained in:
Daniel Xie
2017-06-28 15:53:12 -05:00
parent bc282daf08
commit d63f17fa8d
6 changed files with 34 additions and 18 deletions
+3
View File
@@ -91,6 +91,9 @@ CONSTANTS = {
//How much a TOR router costs
TorRouterCost: 200000,
//Infiltration constants
InfiltrationBribeBaseAmount: 100000, //Amount per clearance level
MillisecondsPer20Hours: 72000000,
GameCyclesPer20Hours: 72000000 / 200,