This commit is contained in:
6arelyFuture 2021-10-26 17:50:26 +01:00
parent 098972a091
commit efad65fd45

View File

@ -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;
}