1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-22 22:09:44 +00:00

Make zero-weight boots play light boot footsteps

This commit is contained in:
Allofich 2016-08-14 17:23:27 +09:00
parent f3f02fe154
commit ee2702087c

View file

@ -1161,6 +1161,7 @@ namespace MWClass
switch(boots->getClass().getEquipmentSkill(*boots))
{
case ESM::Skill::Unarmored:
case ESM::Skill::LightArmor:
return (name == "left") ? "FootLightLeft" : "FootLightRight";
case ESM::Skill::MediumArmor: