Ringbox 115%

Made a change, we all tested on it, I didn't commit it and merged it. Has happened twice in my life now and I just don't understand why I do it
This commit is contained in:
VelocitOni 2025-07-25 02:00:38 -04:00
parent aabfe728c2
commit 38951e892b

View file

@ -13911,7 +13911,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
{
player->lastringboost = player->ringboost;
UINT32 award = 5*player->ringboxaward + 10;
award = 5 * award / 4; // 125% Payout Increase
award = 23 * award / 20; // 115% Payout Increase
if (!K_ThunderDome())
award = 3 * award / 2;