removed unnecessary pawn position changes

This commit is contained in:
Platinum 2020-04-17 15:11:23 -07:00
parent 5a628d8c2e
commit 2ee33406a1
4 changed files with 106 additions and 4 deletions

View file

@ -28,8 +28,6 @@ namespace Rimworld_Animations {
if(value == true) {
xxx.DrawNude(pawn);
} else {
pawn.Position = anchor.ToIntVec3();
pawn.Notify_Teleported(false, true);
pawn.Drawer.renderer.graphics.ResolveAllGraphics();
}