mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +00:00
Merge branch 'money-longer' into 'master'
25% more rings from Ring Box See merge request kart-krew-dev/ring-racers-internal!2701
This commit is contained in:
commit
1578c2ff07
1 changed files with 2 additions and 1 deletions
|
|
@ -13911,8 +13911,9 @@ 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 (as of 7/23/25)
|
||||
if (!K_ThunderDome())
|
||||
award = 3 * award / 2;
|
||||
award = 5 * award / 4;
|
||||
|
||||
if (modeattacking & ATTACKING_SPB)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue