mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
slight tweaks for orassan
This commit is contained in:
parent
88cf51e0cb
commit
ccb0a11d24
2 changed files with 2 additions and 4 deletions
Binary file not shown.
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue