mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
Various fixes
This commit is contained in:
parent
6d1a218b2e
commit
1cfbc2c83e
7 changed files with 57 additions and 5 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue