mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Added check by bodydef in actors
This commit is contained in:
parent
993f730191
commit
feb7e8a557
5 changed files with 8 additions and 2 deletions
|
@ -56,7 +56,8 @@ namespace Rimworld_Animations {
|
|||
return false;
|
||||
}
|
||||
|
||||
} else {
|
||||
}
|
||||
else if (!x.actors[i].bodyDefTypes.Contains(localParticipants[i].RaceProps.body)) {
|
||||
|
||||
if (!x.actors[i].defNames.Contains(localParticipants[i].def.defName)) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue