Don't allow superring rolling with rings mode off
This commit is contained in:
parent
77cd1ac7e5
commit
a719adb4e6
1 changed files with 6 additions and 0 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in a new issue