diff --git a/AM2RLauncher/AM2RLauncherLib/Splash.cs b/AM2RLauncher/AM2RLauncherLib/Splash.cs index cd08899..b546308 100644 --- a/AM2RLauncher/AM2RLauncherLib/Splash.cs +++ b/AM2RLauncher/AM2RLauncherLib/Splash.cs @@ -46,7 +46,8 @@ public static class Splash "Fun is infinite with Community-Developers Inc.", "You may only proceed if you wear baggy pants.", "Did you know that games take time to develop?", - "Ask the wombat." + "Ask the wombat.", + "This isn't complicated enough yet." }; /// @@ -135,4 +136,4 @@ public static class Splash totalSplashes = generalSplash; return totalSplashes; } -} \ No newline at end of file +}