fixing orassan offsets

This commit is contained in:
c0ffee 2022-10-28 13:18:49 -07:00
parent 61439a0a1d
commit 88cf51e0cb
3 changed files with 3 additions and 1 deletions

View File

@ -97,6 +97,8 @@ namespace Rimworld_Animations {
Vector3 orassanv = Vector3.zero;
bool orassan = false;
/*
if ((pawn.def as ThingDef_AlienRace).defName == "Alien_Orassan")
{
orassan = true;
@ -152,7 +154,7 @@ namespace Rimworld_Animations {
orassanv = orassanv.RotatedBy(pawnAnimator.headAngle);
}
}
*/
if ((ba.drawnInBed && !forceDrawForBody) || ba.alignWithHead)
{