From 2457a042f35d120e0058136790f6616006e9ecf1 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Wed, 8 Oct 2025 23:57:11 -0500 Subject: [PATCH] Changes to characters --- KfChatDotNetBot/Commands/KasinoGambaCommands.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs index e9bcdb3..27d1800 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -268,11 +268,11 @@ public class Planes : ICommand private const string PlaneUp = "🛫"; private const string PlaneDown = "🛬"; private const string PlaneExplosion = "🔥"; - private const string Bomb = "🚀"; - private const string Multi = "💎"; + private const string Bomb = "❌"; + private const string Multi = "*️⃣"; private const string Carrier = "⛴"; private const string Water = "🌊"; - private const string Air = "\u25A1"; // White square + private const string Air = "\u2B1C"; // White square private const string BlankSpace = "⠀"; //need 35? public async Task RunCommand(ChatBot botInstance, MessageModel message, UserDbModel user, GroupCollection arguments,