slight tweaks for orassan

This commit is contained in:
c0ffee 2022-10-28 14:00:47 -07:00
parent 88cf51e0cb
commit ccb0a11d24
2 changed files with 2 additions and 4 deletions

View File

@ -98,7 +98,6 @@ namespace Rimworld_Animations {
Vector3 orassanv = Vector3.zero;
bool orassan = false;
/*
if ((pawn.def as ThingDef_AlienRace).defName == "Alien_Orassan")
{
orassan = true;
@ -137,10 +136,10 @@ namespace Rimworld_Animations {
{
orassanv.x = 0.1f;
}
else
else //south
{
orassanv.z -= 0.1f;
orassanv.y += 1f;
orassanv.y += 2f;
if (ba.bodyPart.defName.Contains("right"))
{
@ -154,7 +153,6 @@ namespace Rimworld_Animations {
orassanv = orassanv.RotatedBy(pawnAnimator.headAngle);
}
}
*/
if ((ba.drawnInBed && !forceDrawForBody) || ba.alignWithHead)
{