Merge pull request #1020 from Allofich/sound

Make zero-weight boots play light boot footsteps
pull/35/head
scrawl 8 years ago committed by GitHub
commit 698575dc1b

@ -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:

Loading…
Cancel
Save