50% more rings from Ring Box

This commit is contained in:
Antonio Martinez 2025-07-23 03:01:40 -04:00
parent c06fc9cccf
commit ee51f0b25b

View file

@ -13903,6 +13903,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
{
player->lastringboost = player->ringboost;
UINT32 award = 5*player->ringboxaward + 10;
award = 3 * award / 2;
if (!K_ThunderDome())
award = 3 * award / 2;