mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
facial anim patch
This commit is contained in:
parent
f293a09f58
commit
2c6732310c
4 changed files with 90 additions and 12 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue