mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Increase rocket sneaker cost
This commit is contained in:
parent
25c3774dc1
commit
d3175f2427
1 changed files with 1 additions and 1 deletions
|
|
@ -6785,7 +6785,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
{
|
||||
K_DoSneaker(player, 2);
|
||||
K_PlayBoostTaunt(player->mo);
|
||||
player->kartstuff[k_rocketsneakertimer] -= 2*TICRATE;
|
||||
player->kartstuff[k_rocketsneakertimer] -= 3*TICRATE;
|
||||
if (player->kartstuff[k_rocketsneakertimer] < 1)
|
||||
player->kartstuff[k_rocketsneakertimer] = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue