mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 01:45:33 +00:00
Fix reflect
This commit is contained in:
parent
e7f91ff341
commit
69cd53ef8a
1 changed files with 0 additions and 3 deletions
|
@ -154,10 +154,7 @@ namespace MWMechanics
|
||||||
|
|
||||||
// Reflect harmful effects
|
// Reflect harmful effects
|
||||||
if (!reflected && reflectEffect(*effectIt, magicEffect, caster, target, reflectedEffects))
|
if (!reflected && reflectEffect(*effectIt, magicEffect, caster, target, reflectedEffects))
|
||||||
{
|
|
||||||
reflected = true;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
|
||||||
|
|
||||||
// Try resisting.
|
// Try resisting.
|
||||||
float magnitudeMult = getEffectMultiplier(effectIt->mEffectID, target, caster, spell, &targetEffects);
|
float magnitudeMult = getEffectMultiplier(effectIt->mEffectID, target, caster, spell, &targetEffects);
|
||||||
|
|
Loading…
Reference in a new issue