mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Bugfixes
This commit is contained in:
parent
df7623a856
commit
b04afef7b1
4 changed files with 10 additions and 9 deletions
|
@ -118,7 +118,7 @@ namespace Rimworld_Animations {
|
|||
tickAnim();
|
||||
|
||||
if (pawn?.jobs?.curDriver == null || (pawn?.jobs?.curDriver != null && !(pawn?.jobs?.curDriver is rjw.JobDriver_Sex))) {
|
||||
Animating = false;
|
||||
isAnimating = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue