mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-03 10:20:10 +00:00
Fix reflect
This commit is contained in:
parent
e7f91ff341
commit
69cd53ef8a
@ -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…
x
Reference in New Issue
Block a user