mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Merge branch 'FutaFix' into 'master'
(Probably?) Fixed futa reverse sex incorrect animations See merge request c0ffeeeeeeee/rimworld-animations!19
This commit is contained in:
commit
b5947db5ac
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