diff --git a/raw/scripts/_inf_utils.gsc b/raw/scripts/_inf_utils.gsc index 03adfcf..65748d3 100644 --- a/raw/scripts/_inf_utils.gsc +++ b/raw/scripts/_inf_utils.gsc @@ -77,7 +77,7 @@ codeCallbackPlayerDamage( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath return; } - if ( sWeapon == "iw5_1887_mp" ) + if ( isSubStr( sWeapon, "iw5_1887_mp" ) && sMeansOfDeath != "MOD_MELEE" ) { iDamage = 35; }