mirror of
				https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
				synced 2024-08-15 00:43:45 +00:00 
			
		
		
		
	Simplier check for giver in list. Also, removed canFuck because it breaks some anims in some cases
This commit is contained in:
		
							parent
							
								
									b5947db5ac
								
							
						
					
					
						commit
						8f2617c1ab
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -25,9 +25,7 @@ namespace Rimworld_Animations {
 | 
				
			||||||
            participants =
 | 
					            participants =
 | 
				
			||||||
                participants.OrderBy(p => 
 | 
					                participants.OrderBy(p => 
 | 
				
			||||||
                    p.jobs.curDriver is rjw.JobDriver_Sex
 | 
					                    p.jobs.curDriver is rjw.JobDriver_Sex
 | 
				
			||||||
                    && !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.isRevese /*Gargulefix!!!*/
 | 
					                    && !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.IsSubmissive()) //New Gargulefix. canFuck check is gone cuz it tends to break stuff
 | 
				
			||||||
                    && !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.isReceiver)
 | 
					 | 
				
			||||||
                .OrderBy(p => rjw.xxx.can_fuck(p))
 | 
					 | 
				
			||||||
                .ToList();
 | 
					                .ToList();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue