Reduction

150% -> 125% ringbox payout
This commit is contained in:
VelocitOni 2025-07-23 20:31:16 -04:00
parent ee51f0b25b
commit e20d22d006

View file

@ -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)
{