Revert addition change

pull/469/head
Capostrophic 6 years ago committed by GitHub
parent 80f3bd9f86
commit 73d5496711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -499,7 +499,7 @@ namespace MWMechanics
if (enemy.getClass().getNpcStats(enemy).isWerewolf() && stats.getLevel() < iWereWolfLevelToAttack)
{
static const int iWereWolfFleeMod = gmst.find("iWereWolfFleeMod")->getInt();
rating += iWereWolfFleeMod;
rating = iWereWolfFleeMod;
}
}

Loading…
Cancel
Save