mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Merge branch 'flame-shield-slope-resistance' into 'master'
Slope resistance for flame shield See merge request KartKrew/Kart!488
This commit is contained in:
commit
f9abe3f2e4
1 changed files with 1 additions and 1 deletions
|
|
@ -2682,7 +2682,7 @@ boolean K_ApplyOffroad(player_t *player)
|
||||||
|
|
||||||
boolean K_SlopeResistance(player_t *player)
|
boolean K_SlopeResistance(player_t *player)
|
||||||
{
|
{
|
||||||
if (player->invincibilitytimer || player->sneakertimer || player->tiregrease)
|
if (player->invincibilitytimer || player->sneakertimer || player->tiregrease || player->flamedash)
|
||||||
return true;
|
return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue