more tweaks to ensure rendering properly

This commit is contained in:
c0ffee 2021-04-12 13:01:36 -07:00
parent 02020d2385
commit eb7fe3bfae
4 changed files with 6 additions and 2 deletions

View file

@ -93,7 +93,11 @@ namespace RJW_Events
{
this.End();
if(LordUtility.GetLord(pawn)?.LordJob != null && LordUtility.GetLord(pawn).LordJob is LordJob_Joinable_Orgy && !(LordUtility.GetLord(pawn).CurLordToil is LordToil_End))
{
SexUtility.DrawNude(pawn);
SexUtility.DrawNude(Partner);
}
});
yield return toil;
yield return new Toil

View file

@ -10,7 +10,7 @@ using Verse.AI;
namespace RJW_Events
{
class JobDriver_OrgySexReceiver : JobDriver_SexBaseReciever
public class JobDriver_OrgySexReceiver : JobDriver_SexBaseReciever
{
protected override IEnumerable<Toil> MakeNewToils()