mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'ringbox-115-percent' into 'master'
Ringbox 115% See merge request kart-krew-dev/ring-racers-internal!2709
This commit is contained in:
commit
df9d4cf177
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue