mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't zero pickuprings when bailing, extra safe bail ringlock
This commit is contained in:
parent
45d5993bea
commit
a0b6b93714
1 changed files with 2 additions and 1 deletions
|
|
@ -10726,6 +10726,8 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
||||||
S_StartSound(pmo, sfx_gshad);
|
S_StartSound(pmo, sfx_gshad);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
player->rings = -20;
|
||||||
|
|
||||||
player->baildrop--;
|
player->baildrop--;
|
||||||
if (player->baildrop == 0)
|
if (player->baildrop == 0)
|
||||||
player->ringboost /= 3;
|
player->ringboost /= 3;
|
||||||
|
|
@ -10751,7 +10753,6 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
||||||
|
|
||||||
player->rings = -20;
|
player->rings = -20;
|
||||||
player->superring = 0;
|
player->superring = 0;
|
||||||
player->pickuprings = 0;
|
|
||||||
player->ringboxaward = 0;
|
player->ringboxaward = 0;
|
||||||
player->ringboxdelay = 0;
|
player->ringboxdelay = 0;
|
||||||
player->superringdisplay = 0;
|
player->superringdisplay = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue