From 69cd53ef8abd370cf244d8deb305dc7775e100e5 Mon Sep 17 00:00:00 2001 From: Capostrophic Date: Mon, 27 Apr 2020 14:06:50 +0300 Subject: [PATCH] Fix reflect --- apps/openmw/mwmechanics/spellcasting.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/openmw/mwmechanics/spellcasting.cpp b/apps/openmw/mwmechanics/spellcasting.cpp index cfea2e7ab..044a4338e 100644 --- a/apps/openmw/mwmechanics/spellcasting.cpp +++ b/apps/openmw/mwmechanics/spellcasting.cpp @@ -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);