Fix limbo colors per PR #17

Closing the rest of that PR as I have another plan for how to do daily dollah
This commit is contained in:
barelyprofessional
2026-01-04 18:25:45 -06:00
parent 6a79063b18
commit e952179663

View File

@@ -89,7 +89,7 @@ public class LimboCommand : ICommand
return;
}
if (limboNumber < casinoNumbers[1] / 2) colorToUse = settings[BuiltIn.Keys.KiwiFarmsRedColor].Value!; //use red for the number if you're not close
if (limboNumber / 2 > casinoNumbers[1]) colorToUse = settings[BuiltIn.Keys.KiwiFarmsRedColor].Value!; //use red for the number if you're not close
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