Browse Source

[hellfire] SetPlrStr bin exact

pull/876/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
d81e7915e9
  1. 2
      Source/player.cpp

2
Source/player.cpp

@ -4032,6 +4032,7 @@ void SetPlrStr(int p, int v)
plr[p]._pBaseStr = v;
CalcPlrInv(p, TRUE);
#ifndef HELLFIRE
if (plr[p]._pClass == PC_ROGUE) {
dm = plr[p]._pLevel * (plr[p]._pStrength + plr[p]._pDexterity) / 200;
} else {
@ -4039,6 +4040,7 @@ void SetPlrStr(int p, int v)
}
plr[p]._pDamageMod = dm;
#endif
}
void SetPlrMag(int p, int v)

Loading…
Cancel
Save