mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
Present offline message as list
This commit is contained in:
parent
e80190e687
commit
7b95acefde
@ -401,9 +401,14 @@ const Engine: {
|
|||||||
() =>
|
() =>
|
||||||
AlertEvents.emit(
|
AlertEvents.emit(
|
||||||
<>
|
<>
|
||||||
Offline for {timeOfflineString}. While you were offline, your scripts generated{" "}
|
Offline for {timeOfflineString}. While you were offline:
|
||||||
<Money money={offlineHackingIncome} />, your Hacknet Nodes generated {hacknetProdInfo} and you gained{" "}
|
<ul>
|
||||||
<Reputation reputation={offlineReputation} /> reputation divided amongst your factions.
|
<li>Your scripts generated{" "} <Money money={offlineHackingIncome} /></li>
|
||||||
|
<li>Your Hacknet Nodes generated {hacknetProdInfo}</li>
|
||||||
|
{offlineReputation != 0 &&
|
||||||
|
<li>You gained{" "} <Reputation reputation={offlineReputation} /> reputation divided amongst your factions
|
||||||
|
</li>}
|
||||||
|
</ul>
|
||||||
</>,
|
</>,
|
||||||
),
|
),
|
||||||
250,
|
250,
|
||||||
|
Loading…
Reference in New Issue
Block a user