mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix a fallthrough issue that could cause thundershield to be rolled less often than intended.
This commit is contained in:
parent
9aa51193cc
commit
c55e4424c5
1 changed files with 1 additions and 0 deletions
|
|
@ -898,6 +898,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, fixed_t mashed, boolean sp
|
|||
newodds = 0;
|
||||
else
|
||||
POWERITEMODDS(newodds);
|
||||
break;
|
||||
case KITEM_HYUDORO:
|
||||
if ((hyubgone > 0) || COOLDOWNONSTART)
|
||||
newodds = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue