diff options
| author | EverythingWindows <[email protected]> | 2022-11-24 22:51:51 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-24 22:51:51 +0700 |
| commit | fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b (patch) | |
| tree | 54e664674cf55f0764a178bc6d3456591a925b0e /ShiftOS-TheRevival/Functions/InGame/LoreManager | |
| parent | 9754f495672581abd7098c39027b512525b5f9ab (diff) | |
| download | shiftos-therevival-old-fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b.tar.gz shiftos-therevival-old-fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b.tar.bz2 shiftos-therevival-old-fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b.zip | |
rough 0.2.7
Diffstat (limited to 'ShiftOS-TheRevival/Functions/InGame/LoreManager')
| -rw-r--r-- | ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb b/ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb index ff69a3e..7df91e0 100644 --- a/ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb +++ b/ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb @@ -54,7 +54,7 @@ Case 1 Select Case Timestamp Case 5 - ResetLine("<null> Connected") + ResetLine("Connected to <null>") Case 25 NewLine("<null> : Hmmm, you've got your terminal explored enough, ay?") Case 75 |
