facial anim patch

This commit is contained in:
c0ffeeeeeeee 2020-09-15 13:52:15 -07:00
parent f293a09f58
commit 2c6732310c
4 changed files with 90 additions and 12 deletions

View file

@ -242,7 +242,7 @@ namespace Rimworld_Animations {
if (optionsWithSexTypeAndInitiator.Any()) {
if (AnimationSettings.debugMode)
Log.Message("Selecting animation for rjwSexType " + sexType.ToStringSafe() + " and initiators...");
return optionsWithSexType.RandomElement();
return optionsWithSexTypeAndInitiator.RandomElement();
}
if (optionsWithSexType.Any()) {