mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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->sneakertimer ||
|
||||||
player->growshrinktimer > 0 ||
|
player->growshrinktimer > 0 ||
|
||||||
player->flamedash ||
|
player->flamedash ||
|
||||||
|
player->hyudorotimer ||
|
||||||
player->speed > 2 * K_GetKartSpeed(player, false)
|
player->speed > 2 * K_GetKartSpeed(player, false)
|
||||||
)
|
)
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue