mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Set Shrink timer, don't add to it
This commit is contained in:
parent
101feb9498
commit
c2dfc1155f
1 changed files with 1 additions and 1 deletions
|
@ -3273,7 +3273,7 @@ static void K_DoShrink(player_t *user)
|
|||
players[i].mo->destscale = 6*(mapheaderinfo[gamemap-1]->mobj_scale)/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] = -(200+(40*(MAXPLAYERS-players[i].kartstuff[k_position])));
|
||||
}
|
||||
|
||||
// Grow should get taken away.
|
||||
|
|
Loading…
Reference in a new issue