mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
further miscellaneous improvements
This commit is contained in:
parent
eb7fe3bfae
commit
c8b96b4b5c
8 changed files with 15 additions and 13 deletions
|
@ -63,7 +63,7 @@ namespace RJW_Events
|
|||
};
|
||||
Toil toil = new Toil();
|
||||
toil.defaultCompleteMode = ToilCompleteMode.Never;
|
||||
toil.socialMode = RandomSocialMode.Off;
|
||||
toil.socialMode = RandomSocialMode.Normal;
|
||||
toil.defaultDuration = this.duration;
|
||||
toil.handlingFacing = true;
|
||||
toil.FailOn(() => this.Partner.CurJob.def != PartnerJob);
|
||||
|
|
|
@ -54,7 +54,7 @@ namespace RJW_Events
|
|||
{
|
||||
Toil toil = new Toil();
|
||||
toil.defaultCompleteMode = ToilCompleteMode.Never;
|
||||
toil.socialMode = RandomSocialMode.Off;
|
||||
toil.socialMode = RandomSocialMode.Normal;
|
||||
toil.handlingFacing = true;
|
||||
toil.tickAction = delegate ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue