Revert addition change

This commit is contained in:
Capostrophic 2018-08-02 13:01:23 +03:00 committed by GitHub
parent 80f3bd9f86
commit 73d5496711
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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