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;
 | 
									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;
 | 
				
			||||||
| 
						 | 
					@ -137,10 +136,10 @@ namespace Rimworld_Animations {
 | 
				
			||||||
						{
 | 
											{
 | 
				
			||||||
							orassanv.x = 0.1f;
 | 
												orassanv.x = 0.1f;
 | 
				
			||||||
						}
 | 
											}
 | 
				
			||||||
						else
 | 
											else //south
 | 
				
			||||||
						{
 | 
											{
 | 
				
			||||||
							orassanv.z -= 0.1f;
 | 
												orassanv.z -= 0.1f;
 | 
				
			||||||
							orassanv.y += 1f;
 | 
												orassanv.y += 2f;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							if (ba.bodyPart.defName.Contains("right"))
 | 
												if (ba.bodyPart.defName.Contains("right"))
 | 
				
			||||||
							{
 | 
												{
 | 
				
			||||||
| 
						 | 
					@ -154,7 +153,6 @@ 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)
 | 
				
			||||||
				{
 | 
									{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue