Don't play area vfx for non-area spells on actors.

coverity_scan^2
Allofich 8 years ago
parent 88d992a020
commit 02610828c1

@ -3162,8 +3162,8 @@ namespace MWWorld
{
const ESM::MagicEffect* effect = getStore().get<ESM::MagicEffect>().find(effectIt->mEffectID);
if (effectIt->mRange != rangeType)
continue; // Not right range type
if ((effectIt->mArea <= 0 && !ignore.isEmpty() && ignore.getClass().isActor()) || effectIt->mRange != rangeType)
continue; // Not right range type, or not area effect and hit an actor
// Spawn the explosion orb effect
const ESM::Static* areaStatic;

Loading…
Cancel
Save