tweaks to animation selection should allow proper anim selecting for futa now

This commit is contained in:
c0ffee 2021-10-23 21:36:01 -07:00
parent e8a3c201ac
commit e8313765f4
2 changed files with 0 additions and 1 deletions

View File

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