mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 13:45:32 +00:00
Copy paste mistake (oops)
This commit is contained in:
parent
7474e87edc
commit
aa84ce3f0d
2 changed files with 0 additions and 4 deletions
|
@ -24,8 +24,6 @@ namespace MWMechanics
|
|||
int mId;
|
||||
int mArg; // skill or ability
|
||||
|
||||
// TODO: Add caster here for Absorb effects?
|
||||
|
||||
EffectKey();
|
||||
|
||||
EffectKey (int id, int arg = -1) : mId (id), mArg (arg) {}
|
||||
|
|
|
@ -132,8 +132,6 @@ short MagicEffect::getResistanceEffect(short effect)
|
|||
short MagicEffect::getWeaknessEffect(short effect)
|
||||
{
|
||||
std::map<short, short> effects;
|
||||
effects[DisintegrateArmor] = Sanctuary;
|
||||
effects[DisintegrateWeapon] = Sanctuary;
|
||||
|
||||
for (int i=0; i<5; ++i)
|
||||
effects[DrainAttribute+i] = WeaknessToMagicka;
|
||||
|
|
Loading…
Reference in a new issue