mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
> 2
Same here
This commit is contained in:
parent
0bd0240464
commit
9bafdaf492
1 changed files with 1 additions and 1 deletions
|
@ -3277,7 +3277,7 @@ static void K_DoShrink(player_t *user)
|
|||
}
|
||||
|
||||
// Grow should get taken away.
|
||||
if (players[i].kartstuff[k_growshrinktimer] > 0)
|
||||
if (players[i].kartstuff[k_growshrinktimer] > 2)
|
||||
players[i].kartstuff[k_growshrinktimer] = 2;
|
||||
|
||||
//P_FlashPal(&players[i], PAL_NUKE, 10);
|
||||
|
|
Loading…
Reference in a new issue