mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 18:22:58 +02:00
removing some of the classes
This commit is contained in:
+4
-2
@@ -334,7 +334,9 @@ const Engine: {
|
||||
// Hacknet Nodes offline progress
|
||||
const offlineProductionFromHacknetNodes = processHacknetEarnings(Player, numCyclesOffline);
|
||||
const hacknetProdInfo = hasHacknetServers(Player) ? (
|
||||
<>{Hashes(offlineProductionFromHacknetNodes)} hashes</>
|
||||
<>
|
||||
<Hashes hashes={offlineProductionFromHacknetNodes} /> hashes
|
||||
</>
|
||||
) : (
|
||||
<Money money={offlineProductionFromHacknetNodes} />
|
||||
);
|
||||
@@ -405,7 +407,7 @@ const Engine: {
|
||||
<>
|
||||
Offline for {timeOfflineString}. While you were offline, your scripts generated{" "}
|
||||
<Money money={offlineHackingIncome} />, your Hacknet Nodes generated {hacknetProdInfo} and you gained{" "}
|
||||
{Reputation(offlineReputation)} divided amongst your factions.
|
||||
<Reputation reputation={offlineReputation} /> reputation divided amongst your factions.
|
||||
</>,
|
||||
),
|
||||
250,
|
||||
|
||||
Reference in New Issue
Block a user