mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-10 15:45:37 +00:00
Make zero-weight boots play light boot footsteps
This commit is contained in:
parent
f3f02fe154
commit
ee2702087c
@ -1161,6 +1161,7 @@ namespace MWClass
|
|||||||
|
|
||||||
switch(boots->getClass().getEquipmentSkill(*boots))
|
switch(boots->getClass().getEquipmentSkill(*boots))
|
||||||
{
|
{
|
||||||
|
case ESM::Skill::Unarmored:
|
||||||
case ESM::Skill::LightArmor:
|
case ESM::Skill::LightArmor:
|
||||||
return (name == "left") ? "FootLightLeft" : "FootLightRight";
|
return (name == "left") ? "FootLightLeft" : "FootLightRight";
|
||||||
case ESM::Skill::MediumArmor:
|
case ESM::Skill::MediumArmor:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user