mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Revert addition change
This commit is contained in:
parent
80f3bd9f86
commit
73d5496711
@ -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…
x
Reference in New Issue
Block a user