Don't allow superring rolling with rings mode off

This commit is contained in:
NepDisk 2026-02-16 16:39:51 -05:00
parent 77cd1ac7e5
commit a719adb4e6

View file

@ -755,6 +755,12 @@ static INT32 GetItemOdds(kartroulette_t *roulette, kartresult_t *result, UINT8 *
}
}
if (result->type == KITEM_SUPERRING && !K_RingsActive())
{
// Don't roll Super Ring when rings are generally off.
newodds = 0;
}
if (result->unique_odds[oddstable])
{
// This item has unique odds!