mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Compare commits
3 commits
c4a4f60fa0
...
af6bd2e77e
Author | SHA1 | Date | |
---|---|---|---|
|
af6bd2e77e | ||
|
b5947db5ac | ||
|
328ea7ae4d |
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +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))
|
||||
.ToList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue