From df6a9ff400a621f2025be86f8d3292cfc72974c4 Mon Sep 17 00:00:00 2001 From: Skylar Broad Date: Wed, 10 Nov 2021 21:08:43 -0800 Subject: [PATCH] attribute offline hacking gains to hacking rather than hacknet --- src/engine.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine.tsx b/src/engine.tsx index b18ff231b..ee52b3d49 100644 --- a/src/engine.tsx +++ b/src/engine.tsx @@ -253,7 +253,7 @@ const Engine: { let offlineReputation = 0; const offlineHackingIncome = (Player.moneySourceA.hacking / Player.playtimeSinceLastAug) * timeOffline * 0.75; - Player.gainMoney(offlineHackingIncome, "hacknet"); + Player.gainMoney(offlineHackingIncome, "hacking"); // Process offline progress loadAllRunningScripts(); // This also takes care of offline production for those scripts if (Player.isWorking) {