mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
(Probably?) Fixed futa reverse sex incorrect animations
This commit is contained in:
parent
15b0e2c9f6
commit
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…
Reference in a new issue