mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Feedback so far indicates the old booster effect is preferred
This commit is contained in:
parent
48f167d75c
commit
70edaa9afa
1 changed files with 2 additions and 5 deletions
|
|
@ -11392,11 +11392,8 @@ static void P_DoMetalJetFume(player_t *player, mobj_t *fume)
|
||||||
P_SetThingPosition(fume);
|
P_SetThingPosition(fume);
|
||||||
|
|
||||||
// If dashmode is high enough, spawn a trail
|
// If dashmode is high enough, spawn a trail
|
||||||
if (!(fume->flags2 & MF2_DONTDRAW) && player->normalspeed >= skins[player->skin].normalspeed*2)
|
if (player->normalspeed >= skins[player->skin].normalspeed*2)
|
||||||
{
|
P_SpawnGhostMobj(fume);
|
||||||
mobj_t *ghost = P_SpawnGhostMobj(fume);
|
|
||||||
ghost->tics = 4;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue