mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
v1.0.1
- Fixed a bug that was preventing threesomes from occurring - Stopped the red text errors from occurring when running this mod without Humanoid Alien Races
This commit is contained in:
parent
5224ef08c2
commit
211442e7eb
14 changed files with 18 additions and 14 deletions
Binary file not shown.
|
@ -15,7 +15,7 @@ namespace Privacy_Please
|
|||
private Pawn pawn;
|
||||
private int lastExclaimationTick = -1;
|
||||
private int exclaimationCoolDown = 90;
|
||||
private int lastInvitationTick = 600;
|
||||
private int lastInvitationTick = -1;
|
||||
private int invitationCoolDown = 600;
|
||||
|
||||
public override void Initialize(CompProperties props)
|
||||
|
|
|
@ -75,7 +75,7 @@ namespace Privacy_Please
|
|||
if (applyThoughtDef && thoughtDef.stages[0].baseMoodEffect < 0 && nullifyingTraits?.Any(x => x.HasTrait(reactor)) != true) reactor.TryGetComp<CompPawnThoughtData>()?.TryToExclaim();
|
||||
|
||||
// Reactors who have their reactions changed after applying thoughtDefs
|
||||
if ((otherPawn.jobs.curDriver as JobDriver_Sex)?.Sexprops.isWhoring == true) return ReactionToSexAct.Ignored;
|
||||
if ((otherPawn.jobs.curDriver as JobDriver_Sex)?.Sexprops?.isWhoring == true) return ReactionToSexAct.Ignored;
|
||||
if (BasicSettings.whoringIsUninteruptable && jobDriver?.Sexprops?.isWhoring == true) return ReactionToSexAct.Uncaring;
|
||||
if (BasicSettings.rapeIsUninteruptable && jobDriver?.Sexprops?.isRape == true) return ReactionToSexAct.Uncaring;
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue