From 31264429413c45c01ef09204bf1f77db84fd3aca Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Thu, 9 Oct 2025 20:55:15 -0500 Subject: [PATCH] More planes patches --- KfChatDotNetBot/Commands/KasinoGambaCommands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs index 1fd6d6a..b3a285c 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -532,11 +532,11 @@ public class Planes : ICommand if (counter + column % 20 < 10) useBoard = 0; else useBoard = 1; //13-25 - if (row == plane.Height && column == 2 && plane.JustHitMulti > 1) + if (row == plane.Height && column == -1 && plane.JustHitMulti > 1) { output += Boost; } - else if (row == plane.Height && column == 3) + else if (row == plane.Height && column == 0) { if (plane.Crashed) output += PlaneExplosion; else