mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
sexprops related fix
This commit is contained in:
parent
c44affc2e0
commit
470bafbfee
2 changed files with 2 additions and 1 deletions
Binary file not shown.
|
@ -79,8 +79,9 @@ namespace RJW_Events
|
|||
{
|
||||
this.Partner.pather.StopDead();
|
||||
this.Partner.jobs.curDriver.asleep = false;
|
||||
this.Sexprops.usedCondom = (CondomUtility.TryUseCondom(this.pawn) || CondomUtility.TryUseCondom(this.Partner));
|
||||
this.Start();
|
||||
this.Sexprops.usedCondom = (CondomUtility.TryUseCondom(this.pawn) || CondomUtility.TryUseCondom(this.Partner));
|
||||
|
||||
};
|
||||
toil.AddPreTickAction(delegate
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue