mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-30 19:52:43 +00:00
shitass sneaker buff gameplay proto
This commit is contained in:
parent
42e23c7e9b
commit
92220fcf6b
1 changed files with 3 additions and 0 deletions
|
|
@ -12974,6 +12974,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
else
|
||||
player->rocketsneakertimer -= 3*TICRATE;
|
||||
player->botvars.itemconfirm = 2*TICRATE;
|
||||
player->overshield += TICRATE/2; // TEMP prototype
|
||||
}
|
||||
}
|
||||
else if (player->itemamount == 0)
|
||||
|
|
@ -12989,6 +12990,8 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
{
|
||||
K_DoSneaker(player, 1);
|
||||
K_PlayBoostTaunt(player->mo);
|
||||
player->overshield += TICRATE/2; // TEMP prototype
|
||||
player->sneakertimer += TICRATE; // TEMP prototype
|
||||
player->itemamount--;
|
||||
player->botvars.itemconfirm = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue