more tweaks

This commit is contained in:
c0ffee 2021-08-12 15:35:05 -07:00
parent fabf1ab094
commit 28b0adb027
2 changed files with 1 additions and 7 deletions

View File

@ -47,7 +47,7 @@ namespace Rimworld_Animations {
orassan = true;
orassanv = new Vector3(0, 0, 0.23f);
if (pawnAnimator.headFacing == Rot4.North)
if (pawnAnimator.headFacing == Rot4.North || pawnAnimator.headFacing == Rot4.South)
{
orassanv.z -= 0.1f;
orassanv.y += 1f;
@ -69,12 +69,6 @@ namespace Rimworld_Animations {
{
orassanv.x = 0.12f;
}
else
{
orassanv.z -= 0.03f;
}
orassanv = orassanv.RotatedBy(pawnAnimator.headAngle);
}
}