mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'shorter-caltrops' into 'master'
Set short fuse on "ring burn" caltrops See merge request kart-krew-dev/ring-racers-internal!2970
This commit is contained in:
commit
ecb1927cf8
1 changed files with 1 additions and 1 deletions
|
|
@ -15320,7 +15320,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
||||||
{
|
{
|
||||||
player->momentboost += 3;
|
player->momentboost += 3;
|
||||||
angle_t flingangle = player->mo->angle + ((P_RandomByte(PR_ITEM_RINGS) & 1) ? -ANGLE_90 : ANGLE_90);
|
angle_t flingangle = player->mo->angle + ((P_RandomByte(PR_ITEM_RINGS) & 1) ? -ANGLE_90 : ANGLE_90);
|
||||||
P_FlingBurst(player, flingangle, MT_DEBTSPIKE, 0, 3 * FRACUNIT / 2, 20, 4*FRACUNIT);
|
P_FlingBurst(player, flingangle, MT_DEBTSPIKE, TICRATE/2, 3 * FRACUNIT / 2, 20, 4*FRACUNIT);
|
||||||
S_StartSound(player->mo, sfx_gshae);
|
S_StartSound(player->mo, sfx_gshae);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue