mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Revert line fault punish duration (Oni)
This commit is contained in:
parent
6996f06ceb
commit
14fedef403
1 changed files with 1 additions and 1 deletions
|
|
@ -1910,7 +1910,7 @@ static void K_HandleLapIncrement(player_t *player)
|
||||||
if (leveltime < starttime && !(gametyperules & GTR_ROLLINGSTART))
|
if (leveltime < starttime && !(gametyperules & GTR_ROLLINGSTART))
|
||||||
{
|
{
|
||||||
// freeze 'em until fault penalty is over
|
// freeze 'em until fault penalty is over
|
||||||
player->mo->hitlag = starttime - leveltime + TICRATE*6;
|
player->mo->hitlag = starttime - leveltime + TICRATE*3;
|
||||||
P_ResetPlayer(player);
|
P_ResetPlayer(player);
|
||||||
player->pflags |= PF_VOID;
|
player->pflags |= PF_VOID;
|
||||||
player->mo->renderflags |= RF_DONTDRAW;
|
player->mo->renderflags |= RF_DONTDRAW;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue