mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
4.1.1 compatibility
This commit is contained in:
parent
2b2eee2e6f
commit
150e567a1d
7 changed files with 34 additions and 38 deletions
|
@ -16,7 +16,7 @@ namespace Rimworld_Animations {
|
|||
*/
|
||||
public static AnimationDef tryFindAnimation(ref List<Pawn> participants, rjw.xxx.rjwSextype sexType = 0) {
|
||||
|
||||
//aggressors first
|
||||
//aggressors last
|
||||
participants = participants.OrderBy(p => p.jobs.curDriver is rjw.JobDriver_SexBaseInitiator).ToList();
|
||||
|
||||
//fucked first, fucking second
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue