From 1c1734922e284dc2d92a7f26f0822d198ef285a4 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sun, 28 Dec 2025 00:14:49 -0600 Subject: [PATCH] Fix color display for Limbo --- KfChatDotNetBot/Commands/Kasino/LimboCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/Kasino/LimboCommand.cs b/KfChatDotNetBot/Commands/Kasino/LimboCommand.cs index 410008c..63a2cb8 100644 --- a/KfChatDotNetBot/Commands/Kasino/LimboCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/LimboCommand.cs @@ -90,7 +90,7 @@ public class LimboCommand : ICommand } if (limboNumber < casinoNumbers[1] / 2) colorToUse = settings[BuiltIn.Keys.KiwiFarmsRedColor].Value!; //use red for the number if you're not close - else if (limboNumber > casinoNumbers[1] * 3 / 4) + else if (limboNumber *3 / 4 > casinoNumbers[1]) colorToUse = "yellow"; //use yellow for the number if you're pretty close else colorToUse = "orange"; //use orange for mid range guess //you lose