mirror of
https://gitgud.io/AbstractConcept/rimworld-animations-patch.git
synced 2024-08-15 00:43:27 +00:00
v2.0.3
- Fixed a bug that was causing alien addons to not render when pawns were wearing apparel
This commit is contained in:
parent
9144029fec
commit
001121649b
11 changed files with 20 additions and 13 deletions
|
@ -173,9 +173,9 @@ namespace Rimworld_Animations_Patch
|
|||
return anchor;
|
||||
}
|
||||
|
||||
public static bool ShouldNotDrawAddonsForPawn(Pawn pawn)
|
||||
public static bool ShouldNotAnimatePawn(Pawn pawn)
|
||||
{
|
||||
return false;
|
||||
return pawn.ageTracker.CurLifeStage.developmentalStage == DevelopmentalStage.Baby || pawn.ageTracker.CurLifeStage.developmentalStage == DevelopmentalStage.Child;
|
||||
}
|
||||
|
||||
public static float GetBodySize(Pawn pawn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue