removed code which broke interaction context

This commit is contained in:
c0ffee 2022-02-20 12:06:45 -08:00
parent f9ebe8263f
commit d0dd7c244c
2 changed files with 2 additions and 1 deletions

View File

@ -30,11 +30,12 @@ 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);