Don't advance skills in werewolf mode (thanks Hrnchamd)

deque
scrawl 10 years ago
parent 088d01d727
commit 62ab35881e

@ -1127,6 +1127,9 @@ namespace MWClass
{
MWMechanics::NpcStats& stats = getNpcStats (ptr);
if (stats.isWerewolf())
return;
MWWorld::LiveCellRef<ESM::NPC> *ref = ptr.get<ESM::NPC>();
const ESM::Class *class_ =

Loading…
Cancel
Save