Skip to content

Commit

Permalink
Update cl_damage_indicator.gnut
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanieon committed Nov 24, 2024
1 parent 2fa37b4 commit 497c564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ void function DamageIndicators( DamageHistoryStruct damageHistory, bool playerIs
cockpit.AddToTitanHudDamageHistory( COCKPIT_PANEL_LEFT, damageHistory.damage )
}

if ( damageHistory.attacker && damageHistory.attacker.GetParent() == localViewPlayer )
if ( damageHistory.damageSourceId != eDamageSourceId.mp_weapon_arc_launcher && damageHistory.attacker && damageHistory.attacker.GetParent() == localViewPlayer )
{
damageHistory.rodeoDamage = true
return
Expand Down

0 comments on commit 497c564

Please sign in to comment.