mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-22 11:23:27 -04:00
Don't adjust weapon rating according to weapon condition twice
This commit is contained in:
parent
2f44acafe2
commit
d15dcaff68
@ -79,7 +79,6 @@ namespace MWMechanics
|
||||
{
|
||||
if (item.getClass().getItemHealth(item) == 0)
|
||||
return 0.f;
|
||||
rating *= item.getClass().getItemHealth(item) / float(item.getClass().getItemMaxHealth(item));
|
||||
}
|
||||
|
||||
if (weapon->mData.mType == ESM::Weapon::MarksmanBow)
|
||||
|
Loading…
x
Reference in New Issue
Block a user