mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add fire trail to flame shield
This commit is contained in:
parent
7ec398e579
commit
8a3c7ad2fb
1 changed files with 2 additions and 1 deletions
|
|
@ -6134,7 +6134,8 @@ static void P_MovePlayer(player_t *player)
|
|||
////////////////////////////
|
||||
|
||||
// SRB2kart - Drifting smoke and fire
|
||||
if (EITHERSNEAKER(player) && onground && (leveltime & 1))
|
||||
if ((EITHERSNEAKER(player) || player->kartstuff[k_flamedash])
|
||||
&& onground && (leveltime & 1))
|
||||
K_SpawnBoostTrail(player);
|
||||
|
||||
if (player->kartstuff[k_invincibilitytimer] > 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue