forked from mirror/openmw-tes3mp
Don't let Weakness to Magicka affect paralysis
This commit is contained in:
parent
37bfa88b2d
commit
f6f16b68de
1 changed files with 1 additions and 2 deletions
|
@ -356,8 +356,7 @@ short MagicEffect::getWeaknessEffect(short effect)
|
|||
effects[Corprus] = WeaknessToCorprusDisease;
|
||||
effects[Poison] = WeaknessToPoison;
|
||||
|
||||
// Weakness to magicka or -1 ?
|
||||
effects[Paralyze] = WeaknessToMagicka;
|
||||
effects[Paralyze] = -1;
|
||||
|
||||
if (effects.find(effect) != effects.end())
|
||||
return effects[effect];
|
||||
|
|
Loading…
Reference in a new issue