mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +00:00
50% more rings from Ring Box
This commit is contained in:
parent
c06fc9cccf
commit
ee51f0b25b
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue