mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
temp fix for nude
This commit is contained in:
parent
ac6deb9553
commit
f24f95bf53
3 changed files with 8 additions and 8 deletions
|
@ -44,6 +44,10 @@ namespace Rimworld_Animations
|
|||
(target as Pawn).GainComfortFromCellIfPossible(false);
|
||||
}
|
||||
}
|
||||
if(!__instance.isEndytophile)
|
||||
{
|
||||
SexUtility.DrawNude(pawn, false);
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue