mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
v 1.0.0
This commit is contained in:
parent
2256f28cf8
commit
12b947317e
52 changed files with 444 additions and 689 deletions
|
@ -37,9 +37,9 @@ namespace Privacy_Please
|
|||
};
|
||||
yield return FollowToil;
|
||||
|
||||
Toil SexToil = new Toil();
|
||||
Toil SexToil = new Toil();
|
||||
SexToil.defaultCompleteMode = ToilCompleteMode.Never;
|
||||
SexToil.socialMode = RandomSocialMode.Off;
|
||||
SexToil.defaultDuration = duration;
|
||||
SexToil.handlingFacing = true;
|
||||
SexToil.FailOn(() => (Partner.jobs.curDriver is JobDriver_SexBaseReciever) == false);
|
||||
SexToil.initAction = delegate
|
||||
|
|
|
@ -37,7 +37,7 @@ namespace Privacy_Please
|
|||
WatchToil.AddPreTickAction(delegate
|
||||
{
|
||||
if (pawn.IsHashIntervalTick(ticks_between_eyes))
|
||||
{ ThrowMetaIconF(pawn.Position, pawn.Map, ModFleckDefOf.Eye); }
|
||||
{ ThrowMetaIconF(pawn.Position, pawn.Map, ModFleckDefOf.EyeHeart); }
|
||||
|
||||
if (pawn?.needs?.TryGetNeed<Need_Sex>() != null)
|
||||
{ pawn.needs.TryGetNeed<Need_Sex>().CurLevel += 0.5f / 2500f; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue