mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-28 02:32:48 +00:00
Increase pogo spring item odds in Battle
This commit is contained in:
parent
6402ced5dc
commit
8d708c9ea8
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ static INT32 K_KartItemOddsBattle[NUMKARTRESULTS][2] =
|
|||
/*Bubble Shield*/ { 1, 0 }, // Bubble Shield
|
||||
/*Flame Shield*/ { 1, 0 }, // Flame Shield
|
||||
/*Hyudoro*/ { 2, 0 }, // Hyudoro
|
||||
/*Pogo Spring*/ { 1, 0 }, // Pogo Spring
|
||||
/*Pogo Spring*/ { 3, 0 }, // Pogo Spring
|
||||
/*Super Ring*/ { 0, 0 }, // Super Ring
|
||||
/*Kitchen Sink*/ { 0, 0 }, // Kitchen Sink
|
||||
/*Drop Target*/ { 2, 0 }, // Drop Target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue