mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
audio fix
This commit is contained in:
parent
d6b0938aa1
commit
2ee8975fd0
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -21,7 +21,7 @@ namespace Rimworld_Animations {
|
|||
|
||||
__instance.Animate(pawn, pawn2);
|
||||
|
||||
if (!AnimationSettings.soundOverride) {
|
||||
if (!AnimationSettings.soundOverride || !pawn.TryGetComp<CompBodyAnimator>().isAnimating) {
|
||||
__instance.PlaySexSound();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue