mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Class R tripwire oopsie
This commit is contained in:
parent
d3ac1a6c5e
commit
59c4cfb2be
1 changed files with 3 additions and 0 deletions
|
|
@ -3178,6 +3178,9 @@ fixed_t K_PlayerTripwireSpeedThreshold(const player_t *player)
|
|||
if (gamespeed == KARTSPEED_EASY)
|
||||
required_speed = 2 * base_speed;
|
||||
|
||||
if (K_LegacyRingboost(player))
|
||||
return 2 * base_speed;
|
||||
|
||||
// 150% in special
|
||||
if (specialstageinfo.valid)
|
||||
required_speed = 3 * base_speed / 2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue