1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 04:45:33 +00:00

Merge pull request #1020 from Allofich/sound

Make zero-weight boots play light boot footsteps
This commit is contained in:
scrawl 2016-08-14 15:08:09 +02:00 committed by GitHub
commit 698575dc1b

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: