mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +00:00
Fast Tripwire entry
This commit is contained in:
parent
8b86622218
commit
d157076326
1 changed files with 1 additions and 1 deletions
|
|
@ -5908,7 +5908,7 @@ void K_ApplyTripWire(player_t *player, tripwirestate_t state)
|
|||
|
||||
if (player->hyudorotimer <= 0)
|
||||
{
|
||||
K_AddHitLag(player->mo, 10, false);
|
||||
K_AddHitLag(player->mo, (state == TRIPSTATE_PASSED) ? 2 : 10, false);
|
||||
player->mo->hitlag -= min(player->mo->hitlag, player->tripwireUnstuck/4);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue