initial 1.5

This commit is contained in:
amevarashi 2024-04-29 21:02:37 +05:00
parent e19b6d8ff3
commit 2f7a1c0883
48 changed files with 6295 additions and 18 deletions

View file

@ -135,7 +135,14 @@ namespace RJWSexperience.Ideology
get_banged.AddFinishAction(delegate
{
if (xxx.is_human(pawn))
pawn.Drawer.renderer.graphics.ResolveApparelGraphics();
{
CompRJW comp = CompRJW.Comp(pawn);
if (comp != null)
{
comp.drawNude = false;
pawn.Drawer.renderer.SetAllGraphicsDirty();
}
}
GlobalTextureAtlasManager.TryMarkPawnFrameSetDirty(pawn);
if (Bed != null && pawn.Downed)