From f0c1e77e5f75e52c408d083c856cdd55378bb667 Mon Sep 17 00:00:00 2001 From: alogindtractor <251821224+A-Log-In-D-Tractor@users.noreply.github.com> Date: Sun, 15 Feb 2026 16:53:46 -0800 Subject: [PATCH] Update PlanesCommand.cs (#85) use cloud instead of white squire --- KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs b/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs index b3b73a4..3e08a00 100644 --- a/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs @@ -36,7 +36,7 @@ public class Planes : ICommand private const string Multi = "*️⃣"; private const string Carrier = "⛴"; private const string Water = "🌊"; - private const string Air = "\u2B1C"; // White square + private const string Air = "☁"; // cloud private const string BlankSpace = "⠀"; //need 35? private bool _rigged = false; private bool _riggedWin = false;