mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Allow hyu thru tripwire
This commit is contained in:
parent
5ef78cbc16
commit
098304bd99
1 changed files with 1 additions and 0 deletions
|
|
@ -2908,6 +2908,7 @@ boolean K_TripwirePassConditions(player_t *player)
|
|||
player->sneakertimer ||
|
||||
player->growshrinktimer > 0 ||
|
||||
player->flamedash ||
|
||||
player->hyudorotimer ||
|
||||
player->speed > 2 * K_GetKartSpeed(player, false)
|
||||
)
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue