Skip to content

Commit

Permalink
Fix femhroth mount scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
chirpxiv committed Jul 16, 2024
1 parent 2bf829f commit e7c3776
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Anamnesis/Actor/Utilities/SubActorUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ private static float CalculateMountScale(Mount mount, ActorMemory memory)
case ActorCustomizeMemory.Genders.Masculine:
mountScaleFactor = mountCustomize.HrothgarMaleScale;
break;
case ActorCustomizeMemory.Genders.Feminine:
mountScaleFactor = mountCustomize.HrothgarFemaleScale;
break;
}

break;
Expand Down

0 comments on commit e7c3776

Please sign in to comment.