mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
fixing orassan offsets
This commit is contained in:
parent
61439a0a1d
commit
88cf51e0cb
3 changed files with 3 additions and 1 deletions
Binary file not shown.
|
@ -97,6 +97,8 @@ namespace Rimworld_Animations {
|
||||||
|
|
||||||
Vector3 orassanv = Vector3.zero;
|
Vector3 orassanv = Vector3.zero;
|
||||||
bool orassan = false;
|
bool orassan = false;
|
||||||
|
|
||||||
|
/*
|
||||||
if ((pawn.def as ThingDef_AlienRace).defName == "Alien_Orassan")
|
if ((pawn.def as ThingDef_AlienRace).defName == "Alien_Orassan")
|
||||||
{
|
{
|
||||||
orassan = true;
|
orassan = true;
|
||||||
|
@ -152,7 +154,7 @@ namespace Rimworld_Animations {
|
||||||
orassanv = orassanv.RotatedBy(pawnAnimator.headAngle);
|
orassanv = orassanv.RotatedBy(pawnAnimator.headAngle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
if ((ba.drawnInBed && !forceDrawForBody) || ba.alignWithHead)
|
if ((ba.drawnInBed && !forceDrawForBody) || ba.alignWithHead)
|
||||||
{
|
{
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue