mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-18 17:07:37 -04:00
>= instead of ==
This commit is contained in:
parent
0dc242c603
commit
cf358fa79d
@ -157,7 +157,7 @@ void MWMechanics::NpcStats::increaseSkill(int skillIndex, const ESM::Class &clas
|
|||||||
|
|
||||||
int level = static_cast<int> (base);
|
int level = static_cast<int> (base);
|
||||||
|
|
||||||
if (level == 100)
|
if (level >= 100)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (preserveProgress)
|
if (preserveProgress)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user