Add half sec tiregrease to zippers to facilitate waterski at high tripwire speed thresholds

This commit is contained in:
Ashnal 2025-10-05 23:14:55 -04:00
parent 2551fd3751
commit b2d668f015

View file

@ -603,6 +603,15 @@ void K_ProcessTerrainEffect(mobj_t *mo)
player->dashpadcooldown = TICRATE/3;
player->trickpanel = TRICKSTATE_NONE;
player->floorboost = 2;
if (G_CompatLevel(0x0011))
{
}
else
{
player->tiregrease = TICRATE/2;
}
S_StartSound(player->mo, sfx_cdfm62);
}