sexprops related fix

This commit is contained in:
dominiclopez391 2021-09-10 10:32:12 -07:00
parent c44affc2e0
commit 470bafbfee
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -79,8 +79,9 @@ namespace RJW_Events
{ {
this.Partner.pather.StopDead(); this.Partner.pather.StopDead();
this.Partner.jobs.curDriver.asleep = false; this.Partner.jobs.curDriver.asleep = false;
this.Sexprops.usedCondom = (CondomUtility.TryUseCondom(this.pawn) || CondomUtility.TryUseCondom(this.Partner));
this.Start(); this.Start();
this.Sexprops.usedCondom = (CondomUtility.TryUseCondom(this.pawn) || CondomUtility.TryUseCondom(this.Partner));
}; };
toil.AddPreTickAction(delegate toil.AddPreTickAction(delegate
{ {