diff --git a/src/k_kart.c b/src/k_kart.c index b5e934ae0..043507b92 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -9957,7 +9957,8 @@ void K_MoveKartPlayer(player_t *player, boolean onground) player->mo->destscale = FixedMul(player->mo->destscale, SHRINK_SCALE); } - player->growshrinktimer = itemtime+(4*TICRATE); // 12 seconds + // TODO: gametyperules + player->growshrinktimer = (gametype == GT_BATTLE ? 8 : 12) * TICRATE; if (player->invincibilitytimer > 0) {