mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Compare commits
No commits in common. "b5947db5ac02d68d34e340dc4f4e22ec968ffe58" and "15b0e2c9f680ca478dceace8982050cd97a48a1b" have entirely different histories.
b5947db5ac
...
15b0e2c9f6
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue