forked from mirror/openmw-tes3mp
Don't adjust weapon rating according to weapon condition twice
This commit is contained in:
parent
2f44acafe2
commit
d15dcaff68
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ namespace MWMechanics
|
||||||
{
|
{
|
||||||
if (item.getClass().getItemHealth(item) == 0)
|
if (item.getClass().getItemHealth(item) == 0)
|
||||||
return 0.f;
|
return 0.f;
|
||||||
rating *= item.getClass().getItemHealth(item) / float(item.getClass().getItemMaxHealth(item));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (weapon->mData.mType == ESM::Weapon::MarksmanBow)
|
if (weapon->mData.mType == ESM::Weapon::MarksmanBow)
|
||||||
|
|
Loading…
Reference in a new issue