mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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 (
|
if (
|
||||||
player->flamedash ||
|
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;
|
return TRIPWIRE_BOOST;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue