mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
tweaks to animation selection should allow proper anim selecting for futa now
This commit is contained in:
parent
e8a3c201ac
commit
e8313765f4
2 changed files with 0 additions and 1 deletions
Binary file not shown.
|
@ -19,7 +19,6 @@ namespace Rimworld_Animations {
|
|||
participants =
|
||||
participants.OrderBy(p => p.jobs.curDriver is rjw.JobDriver_SexBaseInitiator)
|
||||
.OrderBy(p => p == sexProps.giver)
|
||||
.OrderByDescending(p => rjw.GenderHelper.GetSex(p) == rjw.GenderHelper.Sex.futa)
|
||||
.OrderBy(p => rjw.xxx.can_fuck(p))
|
||||
.ToList();
|
||||
|
||||
|
|
Loading…
Reference in a new issue