mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -04:00
Fix color display for Limbo
This commit is contained in:
@@ -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
|
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
|
colorToUse = "yellow"; //use yellow for the number if you're pretty close
|
||||||
else colorToUse = "orange"; //use orange for mid range guess
|
else colorToUse = "orange"; //use orange for mid range guess
|
||||||
//you lose
|
//you lose
|
||||||
|
|||||||
Reference in New Issue
Block a user