mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
mod options should save on game exit + anim tweaks
This commit is contained in:
parent
31dd3719a1
commit
02de084521
5 changed files with 16 additions and 7 deletions
|
@ -158,6 +158,7 @@ namespace Rimworld_Animations {
|
|||
if (animTicks < anim.animationTimeTicks) {
|
||||
tickStage();
|
||||
} else {
|
||||
|
||||
isAnimating = false;
|
||||
}
|
||||
}
|
||||
|
@ -175,6 +176,10 @@ namespace Rimworld_Animations {
|
|||
clipPercent = 0;
|
||||
}
|
||||
|
||||
if(curStage >= anim.animationStages.Count && animTicks < anim.animationTimeTicks && pawn.jobs.curDriver is JobDriver_SexBaseInitiator) {
|
||||
pawn.jobs.curDriver.ReadyForNextToil();
|
||||
}
|
||||
|
||||
tickClip();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue