mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Revert "removed code which broke interaction context"
This reverts commit d0dd7c244c
.
This commit is contained in:
parent
d0dd7c244c
commit
fefe7e4de4
2 changed files with 1 additions and 2 deletions
Binary file not shown.
|
@ -30,12 +30,11 @@ namespace Rimworld_Animations {
|
|||
participants[0] = buffer;
|
||||
}
|
||||
|
||||
/*
|
||||
participants =
|
||||
participants.OrderBy(p => p.jobs.curDriver is rjw.JobDriver_SexBaseInitiator)
|
||||
.OrderBy(p => rjw.xxx.can_fuck(p))
|
||||
.ToList();
|
||||
*/
|
||||
|
||||
|
||||
List<Pawn> localParticipants = new List<Pawn>(participants);
|
||||
|
||||
|
|
Loading…
Reference in a new issue