Compare commits

..

3 Commits

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

See merge request c0ffeeeeeeee/rimworld-animations!17
2024-03-18 05:31:36 +00:00
c0ffeeeeeeee b5947db5ac Merge branch 'FutaFix' into 'master'
(Probably?) Fixed futa reverse sex incorrect animations

See merge request c0ffeeeeeeee/rimworld-animations!19
2024-03-18 02:35:50 +00:00
Gargule 328ea7ae4d (Probably?) Fixed futa reverse sex incorrect animations 2024-03-17 22:13:02 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -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();