Lightning Shield momentum/facing blend

This commit is contained in:
Antonio Martinez 2025-08-25 03:48:49 -04:00
parent 15390c97d0
commit c348fb72b4

View file

@ -11189,7 +11189,8 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
if (player->lightningcharge == LIGHTNING_CHARGE)
{
K_DoLightningShield(player);
P_Thrust(player->mo, onground ? player->mo->angle : K_MomentumAngle(player->mo), 100*player->mo->scale);
P_Thrust(player->mo, K_MomentumAngle(player->mo), 50*player->mo->scale);
P_Thrust(player->mo, onground ? player->mo->angle : K_MomentumAngle(player->mo), 50*player->mo->scale);
// player->tiregrease = TICRATE/4;
player->lightningcharge = 0;