mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 22:20:33 +00:00
Fix reflect
This commit is contained in:
parent
e7f91ff341
commit
69cd53ef8a
@ -154,10 +154,7 @@ namespace MWMechanics
|
||||
|
||||
// Reflect harmful effects
|
||||
if (!reflected && reflectEffect(*effectIt, magicEffect, caster, target, reflectedEffects))
|
||||
{
|
||||
reflected = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
// Try resisting.
|
||||
float magnitudeMult = getEffectMultiplier(effectIt->mEffectID, target, caster, spell, &targetEffects);
|
||||
|
Loading…
x
Reference in New Issue
Block a user