mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-26 08:26:31 +00:00
Tripwire speed threshold 200 -> 220%
This commit is contained in:
parent
8c46258ba9
commit
07fa2296b1
1 changed files with 1 additions and 1 deletions
|
|
@ -2883,7 +2883,7 @@ tripwirepass_t K_TripwirePassConditions(const player_t *player)
|
|||
|
||||
if (
|
||||
player->flamedash ||
|
||||
(player->speed > 2 * K_GetKartSpeed(player, false, false) && player->tripwireReboundDelay == 0)
|
||||
(player->speed > (22 * K_GetKartSpeed(player, false, false) / 10) && player->tripwireReboundDelay == 0)
|
||||
)
|
||||
return TRIPWIRE_BOOST;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue