From e20d22d0061a433b758def6f7c944c8c9cf7e477 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Wed, 23 Jul 2025 20:31:16 -0400 Subject: [PATCH] Reduction 150% -> 125% ringbox payout --- src/k_kart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/k_kart.c b/src/k_kart.c index 0bd460bbb..31794c4f2 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -13903,9 +13903,9 @@ void K_MoveKartPlayer(player_t *player, boolean onground) { player->lastringboost = player->ringboost; UINT32 award = 5*player->ringboxaward + 10; - award = 3 * award / 2; + award = 5 * award / 4; // 125% Payout Increase (as of 7/23/25) if (!K_ThunderDome()) - award = 3 * award / 2; + award = 5 * award / 4; if (modeattacking & ATTACKING_SPB) {