From 7b95acefde3ef1533714b22ab13a5cf095518ab6 Mon Sep 17 00:00:00 2001 From: Steven Schoen Date: Sat, 5 Mar 2022 21:04:43 -0500 Subject: [PATCH] Present offline message as list --- src/engine.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/engine.tsx b/src/engine.tsx index e3f67223f..57d9c9638 100644 --- a/src/engine.tsx +++ b/src/engine.tsx @@ -401,9 +401,14 @@ const Engine: { () => AlertEvents.emit( <> - Offline for {timeOfflineString}. While you were offline, your scripts generated{" "} - , your Hacknet Nodes generated {hacknetProdInfo} and you gained{" "} - reputation divided amongst your factions. + Offline for {timeOfflineString}. While you were offline: +
    +
  • Your scripts generated{" "}
  • +
  • Your Hacknet Nodes generated {hacknetProdInfo}
  • + {offlineReputation != 0 && +
  • You gained{" "} reputation divided amongst your factions +
  • } +
, ), 250,