Allow hyu thru tripwire

This commit is contained in:
Sally Coolatta 2022-05-22 22:00:54 -04:00
parent 5ef78cbc16
commit 098304bd99

View file

@ -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;