mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
build
This commit is contained in:
parent
81fd210b9a
commit
2f046a7977
3 changed files with 279 additions and 282 deletions
|
@ -19,8 +19,10 @@ namespace Rimworld_Animations {
|
|||
//aggressors last
|
||||
participants = participants.OrderBy(p => p.jobs.curDriver is rjw.JobDriver_SexBaseInitiator).ToList();
|
||||
|
||||
//animal anims don't matter who is initiator
|
||||
participants = participants.OrderBy(p => rjw.xxx.is_animal(p)).ToList();
|
||||
//pawns that can fuck first
|
||||
participants = participants.OrderBy(p => rjw.xxx.can_fuck(p)).ToList();
|
||||
|
||||
|
||||
List<Pawn> localParticipants = new List<Pawn>(participants);
|
||||
|
||||
IEnumerable<AnimationDef> options = DefDatabase<AnimationDef>.AllDefs.Where((AnimationDef x) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue