mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
Show reputation unconditionally
This commit is contained in:
parent
7b95acefde
commit
19b45a7411
@ -405,9 +405,7 @@ const Engine: {
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Your scripts generated{" "} <Money money={offlineHackingIncome} /></li>
|
<li>Your scripts generated{" "} <Money money={offlineHackingIncome} /></li>
|
||||||
<li>Your Hacknet Nodes generated {hacknetProdInfo}</li>
|
<li>Your Hacknet Nodes generated {hacknetProdInfo}</li>
|
||||||
{offlineReputation != 0 &&
|
<li>You gained{" "} <Reputation reputation={offlineReputation} /> reputation divided amongst your factions</li>
|
||||||
<li>You gained{" "} <Reputation reputation={offlineReputation} /> reputation divided amongst your factions
|
|
||||||
</li>}
|
|
||||||
</ul>
|
</ul>
|
||||||
</>,
|
</>,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user