mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04:00
Merge pull request #1096 from Allofich/magic
Don't let Weakness to Magicka affect paralysis
This commit is contained in:
commit
48f299532c
@ -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…
x
Reference in New Issue
Block a user