From 295cdedf3df29d727bd43f8b0b10de437b3904a9 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Sun, 31 Mar 2024 21:48:06 -0400 Subject: [PATCH] Rebalance again Nah, ballhogs will eventually have the same issue despite their delay. Moved x3 orbi & x2 sneakers back, increased singles of those. --- src/k_roulette.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/k_roulette.c b/src/k_roulette.c index 9f31c06dd..be4c5d760 100644 --- a/src/k_roulette.c +++ b/src/k_roulette.c @@ -150,11 +150,11 @@ static UINT8 K_KartItemOddsSpecial[NUMKARTRESULTS-1][4] = { 0, 0, 0, 0 }, // Invincibility { 0, 0, 0, 0 }, // Banana { 0, 0, 0, 0 }, // Eggman Monitor - { 1, 1, 0, 0 }, // Orbinaut + { 1, 1, 1, 0 }, // Orbinaut { 1, 1, 0, 0 }, // Jawz { 0, 0, 0, 0 }, // Mine { 0, 0, 0, 0 }, // Land Mine - { 0, 0, 1, 1 }, // Ballhog + { 0, 0, 0, 0 }, // Ballhog { 0, 0, 0, 1 }, // Self-Propelled Bomb { 0, 0, 0, 0 }, // Grow { 0, 0, 0, 0 }, // Shrink @@ -168,10 +168,10 @@ static UINT8 K_KartItemOddsSpecial[NUMKARTRESULTS-1][4] = { 0, 0, 0, 0 }, // Drop Target { 0, 0, 0, 0 }, // Garden Top { 0, 0, 0, 0 }, // Gachabom - { 0, 1, 1, 1 }, // Sneaker x2 + { 0, 0, 1, 1 }, // Sneaker x2 { 0, 0, 0, 0 }, // Sneaker x3 { 0, 0, 0, 0 }, // Banana x3 - { 0, 1, 1, 0 }, // Orbinaut x3 + { 0, 0, 1, 1 }, // Orbinaut x3 { 0, 0, 0, 0 }, // Orbinaut x4 { 0, 0, 1, 1 }, // Jawz x2 { 0, 0, 0, 0 } // Gachabom x3