mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 12:50:44 +00:00
Shrink timer is consistent 20sec
This commit is contained in:
parent
32d1f75199
commit
1bce9d281d
1 changed files with 1 additions and 1 deletions
|
@ -3294,7 +3294,7 @@ static void K_DoShrink(player_t *user)
|
|||
players[i].mo->destscale = (6*mapobjectscale)/8;
|
||||
if (cv_kartdebugshrink.value && !modeattacking && !players[i].bot)
|
||||
players[i].mo->destscale = (6*players[i].mo->destscale)/8;
|
||||
players[i].kartstuff[k_growshrinktimer] = -(200+(40*(MAXPLAYERS-players[i].kartstuff[k_position])));
|
||||
players[i].kartstuff[k_growshrinktimer] = -(20*TICRATE);
|
||||
}
|
||||
|
||||
// Grow should get taken away.
|
||||
|
|
Loading…
Reference in a new issue