diff --git a/Libraries/Core/Generators/LocationLootGenerator.cs b/Libraries/Core/Generators/LocationLootGenerator.cs index e7abcc90..1c0fd89e 100644 --- a/Libraries/Core/Generators/LocationLootGenerator.cs +++ b/Libraries/Core/Generators/LocationLootGenerator.cs @@ -1,4 +1,3 @@ -using System.Runtime.InteropServices.JavaScript; using System.Text.Json.Serialization; using Core.Helpers; using Core.Models.Eft.Common; diff --git a/Libraries/Core/Utils/App.cs b/Libraries/Core/Utils/App.cs index 3b935533..8582ecab 100644 --- a/Libraries/Core/Utils/App.cs +++ b/Libraries/Core/Utils/App.cs @@ -82,6 +82,10 @@ public class App _timer = new Timer(_ => Update(_onUpdate), null, TimeSpan.Zero, TimeSpan.FromMilliseconds(5000)); _logger.Success(GetRandomisedStartMessage()); + _logger.Success(".oooO Oooo."); + _logger.Success("( ( ) ( ) )"); + _logger.Success(" \\ ( ) /"); + _logger.Success(" \\_) (_/"); } protected string GetRandomisedStartMessage()