From 9183c45105b30c32fbde556f401cdd304b853e77 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:47:38 -0600 Subject: [PATCH] Replace cloud with fog --- 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 3e08a00..69fd0ba 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 = "☁"; // cloud + private const string Air = "🌫"; // fog private const string BlankSpace = "⠀"; //need 35? private bool _rigged = false; private bool _riggedWin = false;