Compare commits

..

1 Commits

Author SHA1 Message Date
PlutoTheDwarf 9a66548efa Merge branch 'PlutoTheDwarf-master-patch-72945' into 'master'
added new animation

See merge request c0ffeeeeeeee/rimworld-animations!17
2024-02-14 07:26:58 +00:00
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ 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))
.ToList();