mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
small improvements to orgy
This commit is contained in:
parent
59f8e9ff91
commit
7ac14dcdba
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -31,6 +31,7 @@ namespace RJW_Events
|
||||||
this.FailOn(() => this.pawn.Drafted);
|
this.FailOn(() => this.pawn.Drafted);
|
||||||
this.FailOn(() => this.Partner.Drafted);
|
this.FailOn(() => this.Partner.Drafted);
|
||||||
|
|
||||||
|
yield return Toils_Goto.GotoThing(this.iTarget, PathEndMode.OnCell);
|
||||||
yield return new Toil
|
yield return new Toil
|
||||||
{
|
{
|
||||||
defaultCompleteMode = ToilCompleteMode.Delay,
|
defaultCompleteMode = ToilCompleteMode.Delay,
|
||||||
|
|
Loading…
Reference in a new issue