From 49b31c7e847cc7aa9365880f9f92e0498f1450bd Mon Sep 17 00:00:00 2001 From: RogueAI42 Date: Mon, 19 Jun 2017 20:14:36 +1000 Subject: [PATCH] extra loading joke --- ShiftOS.WinForms/Resources/strings_en.txt | 1 + ShiftOS_TheReturn/SaveSystem.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ShiftOS.WinForms/Resources/strings_en.txt b/ShiftOS.WinForms/Resources/strings_en.txt index 9e17f11..55402ab 100644 --- a/ShiftOS.WinForms/Resources/strings_en.txt +++ b/ShiftOS.WinForms/Resources/strings_en.txt @@ -235,6 +235,7 @@ "{LOADINGMSG2_7}": "[systemd] There's no antidote...", "{LOADINGMSG2_8}": "[systemd] Can I at least have a muffin?", "{LOADINGMSG2_9}": "[systemd] System initiated, but I still want a cake.", + "{LOADINGMSG2_10}": "[sysvinit] Your init system has been upgraded.", //Format editor "{FORMATEDITOR_COMMAND_LOWER}": "command", diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs index 8cd4d9b..8cfea4a 100644 --- a/ShiftOS_TheReturn/SaveSystem.cs +++ b/ShiftOS_TheReturn/SaveSystem.cs @@ -107,7 +107,7 @@ namespace ShiftOS.Engine SkinEngine.Init(); Random rnd = new Random(); int loadingJoke1 = rnd.Next(10); - int loadingJoke2 = rnd.Next(10); + int loadingJoke2 = rnd.Next(11); TerminalBackend.OpenTerminal();