issues with people standing on top of each other

This commit is contained in:
dominiclopez391 2021-11-16 13:48:02 -08:00
parent 470bafbfee
commit 59f8e9ff91
5 changed files with 8 additions and 8 deletions

View file

@ -30,14 +30,7 @@ namespace RJW_Events
this.FailOn(() => this.Partner.IsFighting());
this.FailOn(() => this.pawn.Drafted);
this.FailOn(() => this.Partner.Drafted);
var t = Toils_Goto.GotoThing(this.iTarget, PathEndMode.ClosestTouch);
t.AddPreInitAction(() =>
{
Job newJob = JobMaker.MakeJob(JobDefOf.Wait);
Partner.jobs.StartJob(newJob, JobCondition.InterruptForced);
});
yield return t;
yield return new Toil
{
defaultCompleteMode = ToilCompleteMode.Delay,