mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-12 22:14:42 +00: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);
|
||||
|
||||
if (level == 100)
|
||||
if (level >= 100)
|
||||
return;
|
||||
|
||||
if (preserveProgress)
|
||||
|
Loading…
x
Reference in New Issue
Block a user