mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add half sec tiregrease to zippers to facilitate waterski at high tripwire speed thresholds
This commit is contained in:
parent
2551fd3751
commit
b2d668f015
1 changed files with 9 additions and 0 deletions
|
|
@ -603,6 +603,15 @@ void K_ProcessTerrainEffect(mobj_t *mo)
|
||||||
player->dashpadcooldown = TICRATE/3;
|
player->dashpadcooldown = TICRATE/3;
|
||||||
player->trickpanel = TRICKSTATE_NONE;
|
player->trickpanel = TRICKSTATE_NONE;
|
||||||
player->floorboost = 2;
|
player->floorboost = 2;
|
||||||
|
|
||||||
|
if (G_CompatLevel(0x0011))
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
player->tiregrease = TICRATE/2;
|
||||||
|
}
|
||||||
|
|
||||||
S_StartSound(player->mo, sfx_cdfm62);
|
S_StartSound(player->mo, sfx_cdfm62);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue