Various fixes

This commit is contained in:
c0ffee 2021-04-12 10:43:58 -07:00
parent 6d1a218b2e
commit 1cfbc2c83e
7 changed files with 57 additions and 5 deletions

View file

@ -79,6 +79,7 @@ namespace RJW_Events
{
if(targets.TryRandomElementByWeight((Pawn p) => {
if (p == pawn1) return 0;
float chance = pawn1.relations.SecondaryRomanceChanceFactor(p);
if(!(p.jobs.curDriver is JobDriver_Sex))
{