Properly handle rocket sneakers when shrinking

This commit is contained in:
Ashnal 2020-07-14 19:50:37 -04:00
parent 943a898352
commit 3bccf01d4f
1 changed files with 1 additions and 0 deletions

View File

@ -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);