mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-19 03:39:58 +00:00
Play the correct medium armor foot sounds
This commit is contained in:
parent
db4f34b332
commit
a34f0de3e1
@ -877,7 +877,7 @@ namespace MWClass
|
|||||||
case ESM::Skill::LightArmor:
|
case ESM::Skill::LightArmor:
|
||||||
return "FootLightLeft";
|
return "FootLightLeft";
|
||||||
case ESM::Skill::MediumArmor:
|
case ESM::Skill::MediumArmor:
|
||||||
return "FootMediumLeft";
|
return "FootMedLeft";
|
||||||
case ESM::Skill::HeavyArmor:
|
case ESM::Skill::HeavyArmor:
|
||||||
return "FootHeavyLeft";
|
return "FootHeavyLeft";
|
||||||
}
|
}
|
||||||
@ -902,7 +902,7 @@ namespace MWClass
|
|||||||
case ESM::Skill::LightArmor:
|
case ESM::Skill::LightArmor:
|
||||||
return "FootLightRight";
|
return "FootLightRight";
|
||||||
case ESM::Skill::MediumArmor:
|
case ESM::Skill::MediumArmor:
|
||||||
return "FootMediumRight";
|
return "FootMedRight";
|
||||||
case ESM::Skill::HeavyArmor:
|
case ESM::Skill::HeavyArmor:
|
||||||
return "FootHeavyRight";
|
return "FootHeavyRight";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user