mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-01 08:51:21 +00:00
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:
parent
aabfe728c2
commit
38951e892b
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