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