From 3d00b4a7085bc6d66e3ed9398e7ce70f12074333 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sun, 12 Oct 2025 15:24:16 -0500 Subject: [PATCH] Planes 1.22 --- KfChatDotNetBot/Commands/KasinoGambaCommands.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs index e20447a..b1651c5 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -485,7 +485,6 @@ public class Planes : ICommand await botInstance.SendChatMessageAsync( $"{user.FormatUsername()}, you [color={colors[BuiltIn.Keys.KiwiFarmsGreenColor].Value}]successfully landed with {await win.FormatKasinoCurrencyAsync()} from a total {plane.MultiTracker:N2}x multi![/color]. Your balance is now: {await newBalance.FormatKasinoCurrencyAsync()}", true, autoDeleteAfter: cleanupDelay); - botInstance.ScheduleMessageAutoDelete(msgId, cleanupDelay); return; } plane.Crash(); @@ -595,7 +594,7 @@ public class Planes : ICommand } else if (row == 7) //water/carrier row { - if ((fullCounter+ column) % carrierCount == 0) output += Carrier; + if (((fullCounter - 3)+ column) % carrierCount == 0) output += Carrier; else output += Water; } else if (row == plane.Height && column == 0)