mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
more bodge
This commit is contained in:
parent
bb462702f8
commit
c35db85936
2 changed files with 5 additions and 0 deletions
Binary file not shown.
|
@ -36,6 +36,11 @@ namespace Rimworld_Animations {
|
||||||
{
|
{
|
||||||
orassan = true;
|
orassan = true;
|
||||||
|
|
||||||
|
if(bodyAddon.path.Contains("closed"))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (bodyAddon.bodyPart.Contains("ear"))
|
if (bodyAddon.bodyPart.Contains("ear"))
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue