mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Properly handle rocket sneakers when shrinking
This commit is contained in:
parent
943a898352
commit
3bccf01d4f
1 changed files with 1 additions and 0 deletions
|
@ -3577,6 +3577,7 @@ static void K_DoShrink(player_t *user)
|
|||
&& !players[i].kartstuff[k_hyudorotimer])
|
||||
{
|
||||
// Start shrinking!
|
||||
K_DropRocketSneaker(&players[i]); //Make sure we handle this
|
||||
K_DropItems(&players[i]);
|
||||
players[i].kartstuff[k_growshrinktimer] = -(20*TICRATE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue