|
|
@ -320,10 +320,12 @@ namespace MWMechanics
|
|
|
|
localAttack->applyWeaponEnchantment = appliedEnchantment;
|
|
|
|
localAttack->applyWeaponEnchantment = appliedEnchantment;
|
|
|
|
|
|
|
|
|
|
|
|
if (weapon != projectile)
|
|
|
|
if (weapon != projectile)
|
|
|
|
|
|
|
|
{
|
|
|
|
appliedEnchantment = applyOnStrikeEnchantment(attacker, victim, projectile, hitPosition, true);
|
|
|
|
appliedEnchantment = applyOnStrikeEnchantment(attacker, victim, projectile, hitPosition, true);
|
|
|
|
|
|
|
|
|
|
|
|
if (localAttack)
|
|
|
|
if (localAttack)
|
|
|
|
localAttack->applyProjectileEnchantment = appliedEnchantment;
|
|
|
|
localAttack->applyProjectileEnchantment = appliedEnchantment;
|
|
|
|
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
End of tes3mp change (minor)
|
|
|
|
End of tes3mp change (minor)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|