mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 07:52:22 +00:00
Grant short tripwire leniency when passing tripwire
This commit is contained in:
parent
2641ba2380
commit
0114c82fe8
1 changed files with 2 additions and 0 deletions
|
|
@ -4702,6 +4702,8 @@ void K_ApplyTripWire(player_t *player, tripwirestate_t state)
|
||||||
Obj_GardenTopDestroy(player);
|
Obj_GardenTopDestroy(player);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
player->tripwireLeniency += TICRATE/2;
|
||||||
}
|
}
|
||||||
else if (state == TRIPSTATE_BLOCKED)
|
else if (state == TRIPSTATE_BLOCKED)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue