small improvements to orgy

This commit is contained in:
c0ffee 2022-01-23 12:51:58 -08:00
parent 59f8e9ff91
commit 7ac14dcdba
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -31,6 +31,7 @@ namespace RJW_Events
this.FailOn(() => this.pawn.Drafted);
this.FailOn(() => this.Partner.Drafted);
yield return Toils_Goto.GotoThing(this.iTarget, PathEndMode.OnCell);
yield return new Toil
{
defaultCompleteMode = ToilCompleteMode.Delay,