mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
update
This commit is contained in:
parent
adbc4f8f7b
commit
c44affc2e0
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -79,7 +79,7 @@ namespace RJW_Events
|
||||||
{
|
{
|
||||||
this.Partner.pather.StopDead();
|
this.Partner.pather.StopDead();
|
||||||
this.Partner.jobs.curDriver.asleep = false;
|
this.Partner.jobs.curDriver.asleep = false;
|
||||||
this.usedCondom = (CondomUtility.TryUseCondom(this.pawn) || CondomUtility.TryUseCondom(this.Partner));
|
this.Sexprops.usedCondom = (CondomUtility.TryUseCondom(this.pawn) || CondomUtility.TryUseCondom(this.Partner));
|
||||||
this.Start();
|
this.Start();
|
||||||
};
|
};
|
||||||
toil.AddPreTickAction(delegate
|
toil.AddPreTickAction(delegate
|
||||||
|
@ -111,7 +111,7 @@ namespace RJW_Events
|
||||||
{
|
{
|
||||||
initAction = delegate ()
|
initAction = delegate ()
|
||||||
{
|
{
|
||||||
SexUtility.ProcessSex(this.pawn, this.Partner, this.usedCondom, this.isRape, false, false, this.sexType);
|
SexUtility.ProcessSex(this.Sexprops);
|
||||||
},
|
},
|
||||||
defaultCompleteMode = ToilCompleteMode.Instant
|
defaultCompleteMode = ToilCompleteMode.Instant
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue