From cb064ce8d75cef6b753fb98172bb686de9010cf9 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Wed, 28 Sep 2022 23:35:01 -0400 Subject: [PATCH] fix new save file not loading --- src/engine.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine.tsx b/src/engine.tsx index 0611e4669..312b31c6c 100644 --- a/src/engine.tsx +++ b/src/engine.tsx @@ -371,12 +371,12 @@ const Engine: { } else { // No save found, start new game initBitNodeMultipliers(); + initDarkWebItems(); Engine.start(); // Run main game loop and Scripts loop Player.init(); initForeignServers(Player.getHomeComputer()); initCompanies(); initFactions(); - initDarkWebItems(); initAugmentations(); // Start interactive tutorial