Merge branch 'fixes' into 'master'

Finaly, fixes for cunnilingus and some more

See merge request c0ffeeeeeeee/rimworld-animations!21
This commit is contained in:
Gargule 2024-03-29 17:24:45 +00:00
commit e6026227fb
2 changed files with 555 additions and 601 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25,9 +25,7 @@ namespace Rimworld_Animations {
participants =
participants.OrderBy(p =>
p.jobs.curDriver is rjw.JobDriver_Sex
&& !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.isRevese /*Gargulefix!!!*/
&& !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.isReceiver)
.OrderBy(p => rjw.xxx.can_fuck(p))
&& !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.IsSubmissive()) //New Gargulefix. canFuck check is gone cuz it tends to break stuff
.ToList();