mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Minor bugfix: Pawn pather gets cleared on animation end to try and make sure they don't get stuck
This commit is contained in:
parent
2fb5f220dd
commit
65b08eb2f4
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -30,6 +30,7 @@ namespace Rimworld_Animations {
|
|||
} else {
|
||||
pawn.Position = anchor.ToIntVec3();
|
||||
pawn.Notify_Teleported(false, true);
|
||||
pawn.pather.StopDead();
|
||||
pawn.Drawer.renderer.graphics.ResolveAllGraphics();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue