diff options
Diffstat (limited to 'ShiftOS-TheRevival/Functions/InGame')
| -rw-r--r-- | ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb | 2 | ||||
| -rw-r--r-- | ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb | 4 |
2 files changed, 5 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 diff --git a/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb b/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb new file mode 100644 index 0000000..0ee26e4 --- /dev/null +++ b/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb @@ -0,0 +1,4 @@ +Public Class GUISCustomizations + 'Desktop Stuff + Public Shared DesktopColor As Color +End Class |
